<?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: Redirect index.php to root &#8220;/&#8221;</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>Web Development</description>
	<pubDate>Sun, 20 Jul 2008 16:49:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<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't as I don'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 />
<a href="http://wordpress.org/support/topic/153081?replies=5#post-681054" rel="nofollow">http://wordpress.org/support/topic/153081?replies=5#post-681054</a><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;&lt;br /&gt;
Options +FollowSymlinks&lt;br /&gt;
RewriteEngine on&lt;br /&gt;
rewritecond %{http_host} www.mysite.com.ar [nc]&lt;br /&gt;
rewriterule ^(.*)$ http://mysite.com.ar/$1 [r=301,nc]&lt;br /&gt;
&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;-&#62;&#160;&#160;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} <a href="http://www.mysite.com.ar" rel="nofollow">http://www.mysite.com.ar</a> [nc]
rewriterule ^(.*)$ <a href="http://mysite.com.ar/1" rel="nofollow">http://mysite.com.ar/1</a> [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;&nbsp;&nbsp;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="http://markjaquith.wordpress.com/2007/09/25/wordpress-23-canonical-urls/" rel="nofollow"&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't seem to work.  If I go to my root and type a page that doesn'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>
