【发布时间】:2012-03-10 13:18:06
【问题描述】:
我一直在使用 tukey Apache mod-rewrite 引擎来重写 url。但是我在转义点以装饰 URL 时遇到问题,如下所示,
www.example.com/hello.world -> www.example.com/derive.php
以下规则是我为做上述事情而写的,
RewriteRule ^/?(([A-Za-z0-9:-])+([.]*))$ /derive.php[L]
(RewriteRule ^/?(([A-Za-z0-9:-\.])+)$ /derive.php[L] 不被 tukey 允许)
我觉得用过tuckey装饰网址的人都可以完美回答这个问题。
【问题讨论】:
标签: apache mod-rewrite tuckey-urlrewrite-filter