.htaccess !-f rule not working

前端 未结 4 1742
礼貌的吻别
礼貌的吻别 2020-12-29 10:24

I have been using simple mod_rewrite rules for my CMS for years and am now making a new version, I am seeing the rewriteCond not making sense- I have the standard \"if is no

4条回答
  •  一向
    一向 (楼主)
    2020-12-29 10:58

    Well, that should work.

    Try setting the following props in your .htaccess:

    RewriteLog /var/log/rewrite.log
    RewriteLogLevel 3
    

    To debug your requests. Remember to reset this value once you're done, otherwise you'll end up with a filled up harddrive.

提交回复
热议问题