<?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: Force Lower-Case URLs with mod_rewrite</title>
	<atom:link href="http://www.chrisabernethy.com/force-lower-case-urls-with-mod_rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 01:43:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: intranet software</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-15685&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite/comment-page-1/#comment-15685</link>
		<dc:creator>intranet software</dc:creator>
		<pubDate>Wed, 18 Aug 2010 04:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=34#comment-15685</guid>
		<description>That won&#039;t work. I will test it again.
Thank you,</description>
		<content:encoded><![CDATA[<p>That won't work. I will test it again.<br />
Thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: traphic</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-14028&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite/comment-page-1/#comment-14028</link>
		<dc:creator>traphic</dc:creator>
		<pubDate>Tue, 16 Mar 2010 11:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=34#comment-14028</guid>
		<description>Thanks for the tip, works great.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-10463&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite/comment-page-1/#comment-10463</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Fri, 22 May 2009 20:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=34#comment-10463</guid>
		<description>Can anyone tell me how do that in httpd and call it from .htaccess?

Thanks</description>
		<content:encoded><![CDATA[<p>Can anyone tell me how do that in httpd and call it from .htaccess?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panchu</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-10323&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite/comment-page-1/#comment-10323</link>
		<dc:creator>Panchu</dc:creator>
		<pubDate>Thu, 07 May 2009 10:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=34#comment-10323</guid>
		<description>Hi Chris,
Thanks for this wonderful post, but you have mentioned that we can use RewriteMap in .htaccess. That won&#039;t work.

&#039;Netburn&#039; you are correct, I have tried this from httpd conf and it is worked for me</description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
Thanks for this wonderful post, but you have mentioned that we can use RewriteMap in .htaccess. That won't work.</p>
<p>'Netburn' you are correct, I have tried this from httpd conf and it is worked for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Netburn</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-2570&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite/comment-page-1/#comment-2570</link>
		<dc:creator>Netburn</dc:creator>
		<pubDate>Mon, 29 Dec 2008 03:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=34#comment-2570</guid>
		<description>RewriteMap directive can&#039;t be used in .htaccess. The function has to be defined in HTTPD config and then called from .htaccess.

Regards.</description>
		<content:encoded><![CDATA[<p>RewriteMap directive can't be used in .htaccess. The function has to be defined in HTTPD config and then called from .htaccess.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad Cheruvannur</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-2263&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite/comment-page-1/#comment-2263</link>
		<dc:creator>Prasad Cheruvannur</dc:creator>
		<pubDate>Fri, 05 Dec 2008 09:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=34#comment-2263</guid>
		<description>Even I get internal server error. My hosting is host-gator. But I think this is something to do with server permission. 
For me simple mode rewrite also not working on .htaccess

Regards</description>
		<content:encoded><![CDATA[<p>Even I get internal server error. My hosting is host-gator. But I think this is something to do with server permission.<br />
For me simple mode rewrite also not working on .htaccess</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cabernet</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-2200&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite/comment-page-1/#comment-2200</link>
		<dc:creator>cabernet</dc:creator>
		<pubDate>Thu, 27 Nov 2008 16:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=34#comment-2200</guid>
		<description>Hmm. I did a quick search and found that a lot of people seem to have issues with mod_rewrite on GoDaddy... Without more information on the type of hosting plan that you have and the level of control you have over your Apache configuration, I&#039;m not sure I can help... I would suggest starting here (http://tinyurl.com/59v3te) and opening a support ticket with GoDaddy if you are unable to resolve the issue.</description>
		<content:encoded><![CDATA[<p>Hmm. I did a quick search and found that a lot of people seem to have issues with mod_rewrite on GoDaddy... Without more information on the type of hosting plan that you have and the level of control you have over your Apache configuration, I'm not sure I can help... I would suggest starting here (<a href="http://tinyurl.com/59v3te" rel="nofollow">http://tinyurl.com/59v3te</a>) and opening a support ticket with GoDaddy if you are unable to resolve the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 500 ERROR</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-2199&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite/comment-page-1/#comment-2199</link>
		<dc:creator>500 ERROR</dc:creator>
		<pubDate>Thu, 27 Nov 2008 14:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=34#comment-2199</guid>
		<description>hello
Thank you for sharing that.
I add your code to my .htaccess, and i get 500 error.My host server is godaddy.com.  Unix/apache...
And i don&#039;t know how to check my error logs.
Can you help me?
Thank you.
Greeting from china.</description>
		<content:encoded><![CDATA[<p>hello<br />
Thank you for sharing that.<br />
I add your code to my .htaccess, and i get 500 error.My host server is godaddy.com.  Unix/apache...<br />
And i don't know how to check my error logs.<br />
Can you help me?<br />
Thank you.<br />
Greeting from china.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cabernet</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-1933&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite/comment-page-1/#comment-1933</link>
		<dc:creator>cabernet</dc:creator>
		<pubDate>Fri, 14 Nov 2008 17:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=34#comment-1933</guid>
		<description>@sneha, do you have the text of the error? Check your apache error logs or possibly your system error log for more information.</description>
		<content:encoded><![CDATA[<p>@sneha, do you have the text of the error? Check your apache error logs or possibly your system error log for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sneha</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&amp;feed=Comments+on+Articles+%28RSS2%29&amp;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fforce-lower-case-urls-with-mod_rewrite%2F%23comment-1916&amp;seed_title=Force+Lower-Case+URLs+with+mod_rewrite/comment-page-1/#comment-1916</link>
		<dc:creator>sneha</dc:creator>
		<pubDate>Fri, 14 Nov 2008 02:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/?p=34#comment-1916</guid>
		<description>I tried the above and the moment i add
RewriteMap  lc int:tolower

to my .htaccess, i get a internal server error. We are running Linux/apache/coldfusion. What could the reason be?
Thanks.</description>
		<content:encoded><![CDATA[<p>I tried the above and the moment i add<br />
RewriteMap  lc int:tolower</p>
<p>to my .htaccess, i get a internal server error. We are running Linux/apache/coldfusion. What could the reason be?<br />
Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
