码迷,mamicode.com
首页 > Web开发 > 详细

apache mod_speling.so 忽略URL大小写(自动纠错)

时间:2014-11-14 10:35:32      阅读:178      评论:0      收藏:0      [点我收藏+]

标签:style   http   io   color   sp   文件   on   bs   ad   

 

apache mod_speling.so 忽略URL大小写(自动纠错)

 

打开配置文件  httpd.conf

加入

LoadModule speling_module modules/mod_speling.so

 

在 <Directory /></Directory> 加入 

CheckSpelling on

如:

<Directory />

CheckSpelling on //开启Speling 忽略URL大小写

Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all


</Directory>

 

apache mod_speling.so 忽略URL大小写(自动纠错)

标签:style   http   io   color   sp   文件   on   bs   ad   

原文地址:http://www.cnblogs.com/geniusxjq/p/4096506.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!