.htaccess redirect if file doesn't exist

前端 未结 2 1633
粉色の甜心
粉色の甜心 2020-12-11 18:06

So here\'s what I\'m trying to do. I have a simple framework and I am using mod rewrite to rewrite the urls so that they point to the correct files. I have a process folder

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-11 18:41

    You generally should have your RewriteCond calls before your RewriteRule. The Rule triggers if the Conds are met.

提交回复
热议问题