<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: htaccess Tricks for Webmasters</title>
	<atom:link href="http://www.askapache.com/htaccess/htaccess-for-webmasters.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html</link>
	<description>Web Development</description>
	<pubDate>Tue, 19 Aug 2008 22:34:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Per Qvindesland</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-43774</link>
		<dc:creator>Per Qvindesland</dc:creator>
		<pubDate>Wed, 06 Aug 2008 10:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-43774</guid>
		<description>Hello All,

Appologies but I am having a slight problem, I am hosting mirrors for some open sourge mirrors and I am about to start for the Apache project but there is some requirements that apache has that I have never done before and I really would like some input, I have put my .htaccess file on the document root outside the apache directory and the other mirror directories, apache wants to have the following in 

&lt;pre&gt;IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=*&lt;br /&gt;
HeaderName HEADER.html&lt;br /&gt;
ReadmeName README.html&lt;br /&gt;
AllowOverride FileInfo Indexes&lt;br /&gt;
Options Indexes SymLinksIfOwnerMatch&lt;/pre&gt;

but if i put this in and edit the path I get a 500 error, could you please tell me where I am going wrong?

Regards
Per Qvindesland</description>
		<content:encoded><![CDATA[<p>Hello All,</p>
<p>Appologies but I am having a slight problem, I am hosting mirrors for some open sourge mirrors and I am about to start for the Apache project but there is some requirements that apache has that I have never done before and I really would like some input, I have put my .htaccess file on the document root outside the apache directory and the other mirror directories, apache wants to have the following in </p>
<pre>IndexOptions FancyIndexing NameWidth=* FoldersFirst ScanHTMLTitles DescriptionWidth=*
HeaderName HEADER.html
ReadmeName README.html
AllowOverride FileInfo Indexes
Options Indexes SymLinksIfOwnerMatch</pre>
<p>but if i put this in and edit the path I get a 500 error, could you please tell me where I am going wrong?</p>
<p>Regards<br />
Per Qvindesland</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-38449</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Mon, 07 Apr 2008 23:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-38449</guid>
		<description>@ mindrape

Yeah I noticed that too.. Instead you can use mod_rewrite.

&lt;pre&gt;RewriteCond %{REQUEST_METHOD} HEAD&lt;br /&gt;
RewriteRule .* /cgi-bin/head-robot.cgi&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@ mindrape</p>
<p>Yeah I noticed that too.. Instead you can use mod_rewrite.</p>
<pre>RewriteCond %{REQUEST_METHOD} HEAD
RewriteRule .* /cgi-bin/head-robot.cgi</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: mindrape</title>
		<link>http://www.askapache.com/htaccess/htaccess-for-webmasters.html#comment-37786</link>
		<dc:creator>mindrape</dc:creator>
		<pubDate>Tue, 01 Apr 2008 20:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/htaccess-for-webmasters.html#comment-37786</guid>
		<description>Script HEAD directive doesn't seem to work in apache 2.2 :( any ideas?</description>
		<content:encoded><![CDATA[<p>Script HEAD directive doesn&#8217;t seem to work in apache 2.2 :( any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
