LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache - Possible to turn of Case Sensivity? (https://www.linuxquestions.org/questions/linux-software-2/apache-possible-to-turn-of-case-sensivity-221284/)

stormblast 08-23-2004 08:55 AM

Apache - Possible to turn of Case Sensivity?
 
Hi,

I'd like to turn off case sensivity on my webserver so www.asdf.org/vb equals www.asdf.org/VB

Is that somehow possible?

Thanks a lot!

hw-tph 08-23-2004 09:05 AM

Check out mod_rewrite. You could use the tolower function to match all regex hits to be rewritten to lowercase. The same goes for the opposite, but then you'd have to use the toupper function.


Håkan


All times are GMT -5. The time now is 02:27 AM.