[thelist] Making Apache aliases not case-sensitive

Daniel J. Cody djc at starkmedia.com
Wed Feb 14 13:44:03 CST 2001


check out mod_speling, should do just what you want.
http://httpd.apache.org/docs/mod/mod_speling.html

also, you could symlink /home/user/Foo /home/user/foo

.djc.


Minh Lee Goon wrote:

> Dear evolters,
> 
> Apache by itself is not case-sensistive, right? I think I got that much
> 
> right. But how can I make my aliases also not be case-sensitive. I'd
> 
> like to avoid using two lines for every alias.
> 
> 
> 
> Alias /foo "d:/apache/htdocs/foo/" only, instead of the additional
> 
> Alias /Foo "d:/apache/htdocs/foo/"





More information about the thelist mailing list