Apache在重写规则中不通过dot

时间:2013-06-14 14:50:04

标签: apache mod-rewrite

我有以下重写规则:

RewriteEngine On
RewriteCond %{REQUEST_URI} !\.(gif|jpg|png|js|css)$
RewriteRule ^(.*)$ index.php?url=$1 [L,QSA]

如果网址为:

http://localhost/blah...../

Apache没有通过url查询字符串中的点,您只是将其视为blah/

这背后的原因是什么?如何解决?

0 个答案:

没有答案