PDA

View Full Version : Forcing LOWERCASE url via Server?


CyberScout
09-16-2003, 06:40 PM
I am looking for a way to set our servers to change all typed in or linked URLs to lowercase.

An example would be if I typed in www.YaHoO.CoM/EntErTaInMenT/

Instead it would change to www.yahoo.com/entertainment before loading.

Any thoughts on where to begin looking for something like this or if it is even possible?

Thanks in advance
CyberScout

liorean
09-16-2003, 06:58 PM
Hmmm maybe mod-rewrite can help? Or funneling a requests trough a php/cgi script doing it.