Welcome Guest, Not a member yet? Register   Sign In
Lowercase URL issues
#1

[eluser]Banana Man[/eluser]
Hi, i was wondering how to go about doing this:-

Currently all of the following return the same:

/services/

/serVices/

/ServiceS/

/SERVICES/

I was wondering if you can force lowercase urls

so if /serVices/ was entered it would redirect to /services/

Any advice or opinions on this
Thanks
#2

[eluser]pistolPete[/eluser]
[quote author="Banana Man" date="1236184478"]Currently all of the following return the same...[/quote]
URI Segment Case Sensitivity

I'd use a .htaccess file and mod_rewrite (if you're on apache).
Have a look at this : http://www.webmasterworld.com/forum92/1549.htm
#3

[eluser]Banana Man[/eluser]
Thanks for the quick reply, think .htaccess is the way to go

Thanks for ya time




Theme © iAndrew 2016 - Forum software by © MyBB