Thread
:
CheckCase url case senstivity
View Single Post
#
2
02-06-2012, 10:25 PM
NiteWave
LiteSpeed Staff
Join Date: Sep 2009
Posts: 2,226
for particular URL, you can do it in .htaccess:
RewriteRule aBc.html abc.html [NC]
[NC] mean "no case"
so ABC.html, AbC.html etc all accessible.
or
RewriteRule aBc.html abc.html [NC,R]
all redirect to abc.html, to let user know the correct case.
NiteWave
View Public Profile
Send a private message to NiteWave
Find all posts by NiteWave