<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ultimate Htaccess Part II</title>
	<atom:link href="http://www.askapache.com/htaccess/apache-htaccess-2.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/apache-htaccess-2.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 16 May 2013 00:37:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hemanth</title>
		<link>http://www.askapache.com/htaccess/apache-htaccess-2.html#comment-3172</link>
		<dc:creator>Hemanth</dc:creator>
		<pubDate>Sun, 05 Jun 2011 11:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=4693#comment-3172</guid>
		<description><![CDATA[I got the solution to my last query. Thanks a lot. :)

I just appended to the end of -

&lt;pre&gt;DirectoryIndex index.html index.php http://www.mydomain.com&lt;/pre&gt;

So it redirects to my domain if it can&#039;t find &lt;code&gt;index.html/php&lt;/code&gt;.]]></description>
		<content:encoded><![CDATA[<p>I got the solution to my last query. Thanks a lot. :)</p>
<p>I just appended to the end of -</p>
<pre>DirectoryIndex index.html index.php http://www.mydomain.com</pre>
<p>So it redirects to my domain if it can't find <code>index.html/php</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemanth</title>
		<link>http://www.askapache.com/htaccess/apache-htaccess-2.html#comment-3171</link>
		<dc:creator>Hemanth</dc:creator>
		<pubDate>Sun, 05 Jun 2011 11:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=4693#comment-3171</guid>
		<description><![CDATA[I would like to know if I can avoid placing &quot;&lt;code&gt;index.html&lt;/code&gt;&quot; or &quot;&lt;code&gt;index.php&lt;/code&gt;&quot; in all empty folders to redirect to my &lt;code&gt;http://www.domain.com&lt;/code&gt;.

I tried using &lt;code&gt;Options -Indexes&lt;/code&gt; and it successfully disables the directory browsing. I also want to know if I can automatically redirect people to my main domain URL if anyone tries to access subdirectories that don&#039;t have index pages. I need this to avoid a white page with black text that says &lt;strong&gt;&quot;Forbidden&quot; &lt;/strong&gt;appearing on my site at any given point.

Any help could be appreciated.]]></description>
		<content:encoded><![CDATA[<p>I would like to know if I can avoid placing "<code>index.html</code>" or "<code>index.php</code>" in all empty folders to redirect to my <code>http://www.domain.com</code>.</p>
<p>I tried using <code>Options -Indexes</code> and it successfully disables the directory browsing. I also want to know if I can automatically redirect people to my main domain URL if anyone tries to access subdirectories that don't have index pages. I need this to avoid a white page with black text that says <strong>"Forbidden" </strong>appearing on my site at any given point.</p>
<p>Any help could be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mrjoe</title>
		<link>http://www.askapache.com/htaccess/apache-htaccess-2.html#comment-3170</link>
		<dc:creator>mrjoe</dc:creator>
		<pubDate>Thu, 31 Mar 2011 20:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=4693#comment-3170</guid>
		<description><![CDATA[I would like to create a new section of the website that will contain a few pages which require password access. I need to control the passwords so that I can provide customer-specific passwords and track access. Can I do this with htaccess? Thank you.]]></description>
		<content:encoded><![CDATA[<p>I would like to create a new section of the website that will contain a few pages which require password access. I need to control the passwords so that I can provide customer-specific passwords and track access. Can I do this with htaccess? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Slyman</title>
		<link>http://www.askapache.com/htaccess/apache-htaccess-2.html#comment-3169</link>
		<dc:creator>Matthew Slyman</dc:creator>
		<pubDate>Wed, 26 Jan 2011 16:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=4693#comment-3169</guid>
		<description><![CDATA[I&#039;m trying to use this (and other articles) as guides for creating an .htaccess configuration.
My current difficulty is in making various features work _together_ in harmony with each other.

It appears that various directives have been used in this &quot;Ultimate .htaccess&quot; file that perhaps ought not to be used together - for example,
&lt;pre&gt;# Used a number of times without RewriteEngine Off being used in-between (and used with various forms of capitalisation):
RewriteEngine On&lt;/pre&gt;


Is this an actual working .htaccess file, that you could cut and paste onto your server as a whole and expect to work; or is it just an amalgamation of various examples from other sources?]]></description>
		<content:encoded><![CDATA[<p>I'm trying to use this (and other articles) as guides for creating an .htaccess configuration.<br />
My current difficulty is in making various features work _together_ in harmony with each other.</p>
<p>It appears that various directives have been used in this "Ultimate .htaccess" file that perhaps ought not to be used together - for example,</p>
<pre># Used a number of times without RewriteEngine Off being used in-between (and used with various forms of capitalisation):
RewriteEngine On</pre>
<p>Is this an actual working .htaccess file, that you could cut and paste onto your server as a whole and expect to work; or is it just an amalgamation of various examples from other sources?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nava</title>
		<link>http://www.askapache.com/htaccess/apache-htaccess-2.html#comment-3168</link>
		<dc:creator>Nava</dc:creator>
		<pubDate>Tue, 04 Jan 2011 15:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/?p=4693#comment-3168</guid>
		<description><![CDATA[I have a lot of problems with google webmaster tool which shows me more than 100 not found pages and all of them are pages containing %20 in URL.]]></description>
		<content:encoded><![CDATA[<p>I have a lot of problems with google webmaster tool which shows me more than 100 not found pages and all of them are pages containing %20 in URL.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
