Page is a not externally linkable
- Code, Content, and Presentation
-- Content Management
---- URL variations and duplicate content


ergophobe - 6:43 pm on Apr 27, 2012 (gmt 0)


Right, I was thinking of a limited number of URLs, not rewriting everything.

In any case, the IIS URL Rewriter module has lowercase conversion built in since about 2009 I think ( [iis.net...] ). I have no clue how to do it, but Russ Lany does ;-)


<rule name="Convert to lower case" stopProcessing="true">
<match url=".*[A-Z].*" ignoreCase="false" />
<action type="Redirect" url="{ToLower:{R:0}}" redirectType="Permanent" />
</rule>

source: [ruslany.net...] (Russ Lany is the program manager for IIS Fast CGI and PHP and was behind the release of the URL Rewriter module for IIS 7, so he probably has about the best answer I'd find.

In an Apache context, of course Jim Morgan knows how!

[webmasterworld.com...]
[webmasterworld.com...]


Thread source:: http://www.webmasterworld.com/content_management/4445959.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com