RewriteCond 从apache到IIS注意事项

Posted on 2011-07-05 22:58  黔人阿诺  阅读(244)  评论(0)    收藏  举报

RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f

应写为

RewriteCond %{REQUEST_FILENAME} !-f