发新话题
打印

请教:Unix网站能否提供大小写不敏感访问

请教:Unix网站能否提供大小写不敏感访问

最近刚开了个基于linux的网站,用户如果输入URL时用的大小写与网站上的文件大小写不同就找不到这个文件。有什么解决办法?
精诚致远

TOP

If your are using Apache, mod_spelling should automatically create a redirect to the correct file if the cases are different. All you have to do is enable it using a .htaccess file.


http://httpd.apache.org/docs/mod/mod_speling.html

TOP

引用:
Originally posted by 祥子 at 2005-7-11 09:00 AM:
If your are using Apache, mod_spelling should automatically create a redirect to the correct file if the cases are different. All you have to do is enable it using a .htaccess file.


http://htt ...
谢谢,最近几天试试。

如果祥子可以输入繁体,可以用我的《简繁大师》转成简体发表,我可以送一套国际许可给你。
精诚致远

TOP

发新话题