nginx rewrite重定向怎么排除一个目录?
程序员文章站
2022-05-09 16:10:32
...
codeingoniter 配置nginx如下:
if (!-e $request_filename) {
rewrite ^.*$ /index.php last;
}
配置后所有没有的目录文件 都被重定向到index.php
根目录的resource文件夹内的css js 图片 都访问不了了 显示404
请问如何使resource目录不被重定向???
回复内容:
codeingoniter 配置nginx如下:
if (!-e $request_filename) {
rewrite ^.*$ /index.php last;
}
配置后所有没有的目录文件 都被重定向到index.php
根目录的resource文件夹内的css js 图片 都访问不了了 显示404
请问如何使resource目录不被重定向???
tryfiles $uri $uri/ /index.php;
上一篇: php缩放图片的实例代码
下一篇: 易烊千玺的烦恼