Forum Moderators: phranque

Message Too Old, No Replies

Case sensitivity

making Apache case insensitive for one site

         

Valesa

2:30 pm on Feb 16, 2005 (gmt 0)

10+ Year Member



Running Apache to host several sites, how can I make it case insensitive just for one site?

jdMorgan

4:11 pm on Feb 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Valesa,

Welcome to WebmasterWorld!

The case-sensitivity depends on your operating system, not on Apache itself. On a Windows platform, files will be handled in a case-insensitive manner, while on Unix or *nix, the OS is case-sensitive.

Jim

encyclo

4:27 pm on Feb 16, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you are running your own server on *nix, then you can use mod_speling [httpd.apache.org] which will make for case insensitivity. If you are on a shared server, it is unlikely that this module will be available to you, unfortunately.

Valesa

2:30 pm on Feb 18, 2005 (gmt 0)

10+ Year Member



The server hosts many sites but i have access to install mod_speling.c, where can I get it, how do I procede? Will installing it also affect the other sites?

Valesa

7:10 pm on Feb 18, 2005 (gmt 0)

10+ Year Member



how do i implement mod_speling? what's the correct syntax for httpd.conf file?

encyclo

7:14 pm on Feb 18, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It's all in the documentation ;)

[httpd.apache.org...]

If it is for one site only, set the default to off, then to on just in the virtual host configuration for the site you want.