I need to build an alias that is case INsensitive.
Say that the url is this : http://www.myserver.com/xyz/filepath.htm
I need that "xyz" can be typed anyway, that is, xYz or XYZ or whatever.
How can I do that ?
I have tried this :
AliasMatch (?i)^/xyz(.*) "C:/xyz$1"
<Directory "C:/xyz/">
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
What's wrong ? Notice that I already use mod_spelling. What I need is
simply the ALIAS to be case-insensitive, also.
Thanks in advance !
--
Obrigado,
------------------------------------------------------------------------------
Jose Adriano Baltieri - Analista de Sistemas
DTI - CENTRO - UNIMEP - Universidade Metodista de Piracicaba
PIRACICABA - SP - Brasil - Fone : (19) 3124-1858
------------------------------------------------------------------------------
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]