可以这样做

冷门经验分享 do it can be done!

Zblogphp让apche大小写不敏感

系统搭建在linux服务器上试了很多方案不成功。

以下下可以完美解决。


您需要定义一个rewrite map,这只能在服务器/vhost配置文件中完成,而不能在htaccess文件中完成。您需要添加如下内容:

RewriteMap lc int:tolower

然后,在htaccess文件中,您可以创建如下规则:

RewriteCond %{REQUEST_URI} [A-Z]
RewriteRule ^(.*\.html)$ ${lc:$1} [L,NC]

搞定

发表评论:

搜索
控制面板
您好,欢迎到访网站!
  查看权限
网站分类
网站收藏
最新留言

    Powered By Z-BlogPHP 1.7.3

    Copyright Your doitcan.com Rights Reserved.