<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I want to disable default name Index of ..... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/i-want-to-disable-default-name-index-of/m-p/5993291#M54166</link>
    <description>&lt;P&gt;Do you want to disable the entire index, or just the title of the index page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To disable the entire index, find the Options directive that affects this directory in your Apache configuration, and remove the "Indexes" keyword from it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or add something like this to the appropriate location in your Apache configuration:&lt;/P&gt;&lt;PRE&gt;&amp;lt;Location /SOP/Finance&amp;gt;
Options -Indexes
&amp;lt;/Location&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or if "AllowOverride Options" is enabled in the main Apache configuration for this path,&amp;nbsp; just create a .htaccess file and write "Options -Indexes" to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To disable/change just the title, you need a custom header.html file (you can name it as you wish, and put it anywhere you want). Then you'll need to put two directives in your Apache configuration:&lt;/P&gt;&lt;PRE&gt;HeaderName header.html
IndexOptions +SuppressHTMLPreamble&lt;/PRE&gt;&lt;P&gt;(If you want to put these in a .htaccess file, then "AllowOverride Indexes" must be enabled.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The header.html file needs to contain something similar to this:&lt;/P&gt;&lt;PRE&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"&amp;gt;
&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
  &amp;lt;title&amp;gt;Anything you want&amp;lt;/title&amp;gt;
 &amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;h1&amp;gt;Anything you want, or just remove this line completely&amp;lt;/h1&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2013 07:36:29 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2013-03-13T07:36:29Z</dc:date>
    <item>
      <title>I want to disable default name Index of .....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-want-to-disable-default-name-index-of/m-p/5991673#M54165</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;on apache i want to disable (Index of) name please&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;For example:----&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Index of /SOP/Finance&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;I want to disable default name index of .....&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Aamir&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 05:45:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-want-to-disable-default-name-index-of/m-p/5991673#M54165</guid>
      <dc:creator>Aamir14</dc:creator>
      <dc:date>2013-03-12T05:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: I want to disable default name Index of .....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-want-to-disable-default-name-index-of/m-p/5993291#M54166</link>
      <description>&lt;P&gt;Do you want to disable the entire index, or just the title of the index page?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To disable the entire index, find the Options directive that affects this directory in your Apache configuration, and remove the "Indexes" keyword from it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or add something like this to the appropriate location in your Apache configuration:&lt;/P&gt;&lt;PRE&gt;&amp;lt;Location /SOP/Finance&amp;gt;
Options -Indexes
&amp;lt;/Location&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or if "AllowOverride Options" is enabled in the main Apache configuration for this path,&amp;nbsp; just create a .htaccess file and write "Options -Indexes" to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To disable/change just the title, you need a custom header.html file (you can name it as you wish, and put it anywhere you want). Then you'll need to put two directives in your Apache configuration:&lt;/P&gt;&lt;PRE&gt;HeaderName header.html
IndexOptions +SuppressHTMLPreamble&lt;/PRE&gt;&lt;P&gt;(If you want to put these in a .htaccess file, then "AllowOverride Indexes" must be enabled.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The header.html file needs to contain something similar to this:&lt;/P&gt;&lt;PRE&gt;&amp;lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"&amp;gt;
&amp;lt;html&amp;gt;
 &amp;lt;head&amp;gt;
  &amp;lt;title&amp;gt;Anything you want&amp;lt;/title&amp;gt;
 &amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;h1&amp;gt;Anything you want, or just remove this line completely&amp;lt;/h1&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2013 07:36:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-want-to-disable-default-name-index-of/m-p/5993291#M54166</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2013-03-13T07:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: I want to disable default name Index of .....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-want-to-disable-default-name-index-of/m-p/6249125#M54435</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is that&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to disable Index of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Index of word &amp;nbsp;and change to&amp;nbsp;&lt;/P&gt;&lt;P&gt;Project&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suppose when open any directory in Apache its open default naming convention(Index of .......)&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to disable Index of word not indexes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is possible or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;aamir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2013 07:47:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-want-to-disable-default-name-index-of/m-p/6249125#M54435</guid>
      <dc:creator>Aamir14</dc:creator>
      <dc:date>2013-10-27T07:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: I want to disable default name Index of .....</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-want-to-disable-default-name-index-of/m-p/6249187#M54436</link>
      <description>&lt;P&gt;Yes, it is possible - but there is no single convenient keyword for changing just the "Index of" title.&lt;/P&gt;&lt;P&gt;Instead, you must supply a custom header.html that replaces the standard text with whatever you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Read the second part of my previous answer (after the "-----").&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2013 12:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-want-to-disable-default-name-index-of/m-p/6249187#M54436</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2013-10-27T12:45:33Z</dc:date>
    </item>
  </channel>
</rss>

