<?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: Apache 101 &#8211; Case insensitive URL&#8217;s</title> <atom:link href="http://www.placona.co.uk/140/regular-expressions/apache-101-case-insensitive-url-s/feed/" rel="self" type="application/rss+xml" /><link>http://www.placona.co.uk/140/regular-expressions/apache-101-case-insensitive-url-s/</link> <description>ColdFusion, Ruby and General Technology</description> <lastBuildDate>Thu, 26 Jan 2012 20:51:00 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Marcos Placona</title><link>http://www.placona.co.uk/140/regular-expressions/apache-101-case-insensitive-url-s/comment-page-1/#comment-2250</link> <dc:creator>Marcos Placona</dc:creator> <pubDate>Mon, 31 Jan 2011 14:44:42 +0000</pubDate> <guid
isPermaLink="false">#comment-2250</guid> <description>Try replacing the line:
RewriteCond %{REQUEST_URI} [A-Z]
With:
RewriteCond %{REQUEST_URI} [A-Z0-9\-]
And see if it helps.
Cheers</description> <content:encoded><![CDATA[<p>Try replacing the line:</p><p>RewriteCond %{REQUEST_URI} [A-Z]</p><p>With:</p><p>RewriteCond %{REQUEST_URI} [A-Z0-9\-]</p><p>And see if it helps.</p><p>Cheers</p> ]]></content:encoded> </item> <item><title>By: Help Please</title><link>http://www.placona.co.uk/140/regular-expressions/apache-101-case-insensitive-url-s/comment-page-1/#comment-2248</link> <dc:creator>Help Please</dc:creator> <pubDate>Mon, 31 Jan 2011 11:18:18 +0000</pubDate> <guid
isPermaLink="false">#comment-2248</guid> <description>Ok, I pleased this code in my httpd.conf file and nothing happens... my url is still domain.com/Page/Page-1/ and domain.com/page/Page-1/ etc etc.</description> <content:encoded><![CDATA[<p>Ok, I pleased this code in my httpd.conf file and nothing happens&#8230; my url is still domain.com/Page/Page-1/ and domain.com/page/Page-1/ etc etc.</p> ]]></content:encoded> </item> <item><title>By: Marcos Placona</title><link>http://www.placona.co.uk/140/regular-expressions/apache-101-case-insensitive-url-s/comment-page-1/#comment-2246</link> <dc:creator>Marcos Placona</dc:creator> <pubDate>Mon, 31 Jan 2011 09:22:57 +0000</pubDate> <guid
isPermaLink="false">#comment-2246</guid> <description>Can you send me the exact change you&#039;ve made, and make sure you have mod_rewrite running and enabled on your server? Also, this change needs to be on the top of the file (.htaccess or whatever you&#039;re using to add your directives)</description> <content:encoded><![CDATA[<p>Can you send me the exact change you&#8217;ve made, and make sure you have mod_rewrite running and enabled on your server? Also, this change needs to be on the top of the file (.htaccess or whatever you&#8217;re using to add your directives)</p> ]]></content:encoded> </item> <item><title>By: Help Please</title><link>http://www.placona.co.uk/140/regular-expressions/apache-101-case-insensitive-url-s/comment-page-1/#comment-2244</link> <dc:creator>Help Please</dc:creator> <pubDate>Mon, 31 Jan 2011 04:19:30 +0000</pubDate> <guid
isPermaLink="false">#comment-2244</guid> <description>When I tried this I got a &quot;Internal Server Error&quot; message.</description> <content:encoded><![CDATA[<p>When I tried this I got a &#8220;Internal Server Error&#8221; message.</p> ]]></content:encoded> </item> <item><title>By: johnb</title><link>http://www.placona.co.uk/140/regular-expressions/apache-101-case-insensitive-url-s/comment-page-1/#comment-233</link> <dc:creator>johnb</dc:creator> <pubDate>Fri, 22 May 2009 00:00:00 +0000</pubDate> <guid
isPermaLink="false">#comment-233</guid> <description>the -NC option on your rule should make it case insensitive</description> <content:encoded><![CDATA[<p>the -NC option on your rule should make it case insensitive</p> ]]></content:encoded> </item> <item><title>By: Neil Middleton</title><link>http://www.placona.co.uk/140/regular-expressions/apache-101-case-insensitive-url-s/comment-page-1/#comment-234</link> <dc:creator>Neil Middleton</dc:creator> <pubDate>Fri, 22 May 2009 00:00:00 +0000</pubDate> <guid
isPermaLink="false">#comment-234</guid> <description>And the reason for wanting to do this is?</description> <content:encoded><![CDATA[<p>And the reason for wanting to do this is?</p> ]]></content:encoded> </item> <item><title>By: johnb</title><link>http://www.placona.co.uk/140/regular-expressions/apache-101-case-insensitive-url-s/comment-page-1/#comment-235</link> <dc:creator>johnb</dc:creator> <pubDate>Fri, 22 May 2009 00:00:00 +0000</pubDate> <guid
isPermaLink="false">#comment-235</guid> <description>ah, I think I missed the point of your posting.
I&#039;ll shutup</description> <content:encoded><![CDATA[<p>ah, I think I missed the point of your posting.<br
/> I&#8217;ll shutup</p> ]]></content:encoded> </item> </channel> </rss>
