<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034956" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034956</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/modifying-htaccess-make-autoindex-directories-look-more-site#comment-1202960</link>
    <description> &lt;p&gt;try&lt;br /&gt;
./header.htm&lt;br /&gt;
./footer.htm&lt;/p&gt;
&lt;p&gt;or depending how deep your going just the slash which will take it out to the main&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Jun 2006 10:48:21 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1202960 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/modifying-htaccess-make-autoindex-directories-look-more-site#comment-1202922</link>
    <description> &lt;p&gt;I was able to get it to work. Thanks very much.&lt;/p&gt;
&lt;p&gt;The one follow-up question i have... is how to make one .htaccess file filter its style into all sub-directories. Currently, i have to have copies of my header.htm/footer.htm/.htaccess in every directory.. or else the style doesn&#039;t effect it.&lt;/p&gt;
&lt;p&gt;Here&#039;s my code again:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;# -FrontPage-&lt;br /&gt;&lt;br /&gt;IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*&lt;br /&gt;&lt;br /&gt;&amp;lt;Limit GET POST&amp;gt;&lt;br /&gt;order deny,allow&lt;br /&gt;deny from all&lt;br /&gt;allow from all&lt;br /&gt;&amp;lt;/Limit&amp;gt;&lt;br /&gt;&amp;lt;Limit PUT DELETE&amp;gt;&lt;br /&gt;order deny,allow&lt;br /&gt;deny from all&lt;br /&gt;&amp;lt;/Limit&amp;gt;&lt;br /&gt;AuthName &lt;a href=&quot;http://www.foothillsbaptist.org&lt;br /&gt;AuthUserFile&quot; title=&quot;www.foothillsbaptist.org&lt;br /&gt;AuthUserFile&quot;&gt;www.foothillsbaptist.org&lt;br /&gt;AuthUserFile&lt;/a&gt; /home/footh4/public_html/_vti_pvt/service.pwd&lt;br /&gt;AuthGroupFile /home/footh4/public_html/_vti_pvt/service.grp&lt;br /&gt;Options +Indexes&lt;br /&gt;&amp;nbsp;&amp;nbsp; IndexOptions FancyIndexing SuppressDescription SuppressHTMLPreamble&lt;br /&gt;&amp;nbsp;&amp;nbsp; HeaderName header.htm&lt;br /&gt;&amp;nbsp;&amp;nbsp; ReadmeName footer.htm&lt;br /&gt;&amp;nbsp;&amp;nbsp; IndexIgnore header.htm footer.htm .htaccess&lt;br /&gt;suPHP_ConfigPath /home/footh4/public_html&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;If you have any ideas, it&#039;d be much appreciated.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
 </description>
     <pubDate>Sun, 25 Jun 2006 22:33:09 +0000</pubDate>
 <dc:creator>msaz87</dc:creator>
 <guid isPermaLink="false">comment 1202922 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/modifying-htaccess-make-autoindex-directories-look-more-site#comment-1202884</link>
    <description> &lt;p&gt;order deny,allow&lt;br /&gt;
deny from all&lt;br /&gt;
allow from all&lt;/p&gt;
&lt;p&gt;is wrong, you need to remove one of the rules, either deny or allow, can&#039;t do both&lt;/p&gt;
&lt;p&gt;try add&lt;br /&gt;
Options +FollowSymlinks&lt;br /&gt;
to the top of your .htaccess file&lt;/p&gt;
&lt;p&gt;can you access the .htaccess file directly? you aren&#039;t stopping people viewing it in the code above but when I tried view it (via url in code) I got a 403 error (forbidden) so something is set somewhere.&lt;br /&gt;
Make sure your .htaccess is named properly, some editors change the name to htaccess.txt&lt;/p&gt;
 </description>
     <pubDate>Sun, 25 Jun 2006 10:51:50 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1202884 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
