<?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: Redirect index.php to root</title>
	<atom:link href="http://www.askapache.com/htaccess/redirect-index-blog-root.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/redirect-index-blog-root.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mktanny</title>
		<link>http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-105097</link>
		<dc:creator>mktanny</dc:creator>
		<pubDate>Sun, 11 Oct 2009 16:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-105097</guid>
		<description>hey i am having the same problem as Dave

Regards</description>
		<content:encoded><![CDATA[<p>hey i am having the same problem as Dave</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrewsha</title>
		<link>http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-80572</link>
		<dc:creator>Andrewsha</dc:creator>
		<pubDate>Thu, 11 Jun 2009 11:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-80572</guid>
		<description>Hello!
Working as a charm!
But how to rewrite&lt;code&gt; mysite.com/index.php&lt;/code&gt; to &lt;code&gt;mysite.com&lt;/code&gt; ?</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Working as a charm!<br />
But how to rewrite<code> mysite.com/index.php</code> to <code>mysite.com</code> ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ellimist</title>
		<link>http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-72604</link>
		<dc:creator>Ellimist</dc:creator>
		<pubDate>Sat, 02 May 2009 05:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-72604</guid>
		<description>Thanks for posting this. I&#039;ve been looking for this a long time.

However, I&#039;m having one problem : Any random, non-existing directory-url, like &lt;code&gt;site.com/something/&lt;/code&gt; is giving a &lt;code&gt;200 Found&lt;/code&gt; response code now. And it&#039;s loading the index page.

A copy of my &lt;code&gt;.htaccess&lt;/code&gt; file can be found here.

I&#039;d be grateful for any advice.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. I&#8217;ve been looking for this a long time.</p>
<p>However, I&#8217;m having one problem : Any random, non-existing directory-url, like <code>site.com/something/</code> is giving a <code>200 Found</code> response code now. And it&#8217;s loading the index page.</p>
<p>A copy of my <code>.htaccess</code> file can be found here.</p>
<p>I&#8217;d be grateful for any advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Cass</title>
		<link>http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-35087</link>
		<dc:creator>Jacob Cass</dc:creator>
		<pubDate>Wed, 23 Jan 2008 04:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-35087</guid>
		<description>Hi,
I am having a problem that you might easily be able to fix (I can&#039;t as I don&#039;t know much about Apache) because it is related to this post, if you could read my problem at 
http://wordpress.org/support/topic/153081?replies=5#post-681054
that would be appreciated. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am having a problem that you might easily be able to fix (I can&#8217;t as I don&#8217;t know much about Apache) because it is related to this post, if you could read my problem at<br />
http://wordpress.org/support/topic/153081?replies=5#post-681054<br />
that would be appreciated. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mato</title>
		<link>http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-27673</link>
		<dc:creator>Mato</dc:creator>
		<pubDate>Wed, 07 Nov 2007 21:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-27673</guid>
		<description>Hello im trying and trying something but i cant!

First i need to say that i have a rule on .htaccess on my root folder with the code:
&lt;pre&gt;
Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} www.mysite.com.ar [nc]
rewriterule ^(.*)$ http://mysite.com.ar/$1 [r=301,nc]
&lt;/pre&gt;

I say it because maybe it modify the new thing im trying to do.

I need a redirect from:
&lt;code&gt;mysite.com.ar/forum/ &#45;-&gt;  mysite.com.ar/forum/index.php&lt;/code&gt;

Is this possible?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hello im trying and trying something but i cant!</p>
<p>First i need to say that i have a rule on .htaccess on my root folder with the code:</p>
<pre>Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} www.mysite.com.ar [nc]
rewriterule ^(.*)$ http://mysite.com.ar/$1 [r=301,nc]</pre>
<p>I say it because maybe it modify the new thing im trying to do.</p>
<p>I need a redirect from:<br />
<code>mysite.com.ar/forum/ &#45;-&gt;  mysite.com.ar/forum/index.php</code></p>
<p>Is this possible?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-21587</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Fri, 05 Oct 2007 02:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-21587</guid>
		<description>See also: &lt;a href=&quot;http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/&quot; rel=&quot;nofollow&quot;&gt;http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>See also: <a href="http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/" rel="nofollow">http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-15979</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 14 Sep 2007 16:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/redirect-index-blog-root.html#comment-15979</guid>
		<description>This code works like a charm.  ONE PROBLEM:  Now my 404 pages don&#039;t seem to work.  If I go to my root and type a page that doesn&#039;t exist, sdfsdfwe.php, the browser acts like that page exists and serves my index instead.

Is there a way to keep my 404 working?</description>
		<content:encoded><![CDATA[<p>This code works like a charm.  ONE PROBLEM:  Now my 404 pages don&#8217;t seem to work.  If I go to my root and type a page that doesn&#8217;t exist, sdfsdfwe.php, the browser acts like that page exists and serves my index instead.</p>
<p>Is there a way to keep my 404 working?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
