nginx 报错
Posted ZhangJiQun.
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx 报错相关的知识,希望对你有一定的参考价值。
nginx: [emerg] unknown directive "<IfModule" in D:/phpstudy_pro/WWW/www.zjq.com/public/nginx.htaccess:5
nginx: [emerg] CreateFile() “E:/phpstudy_pro/WWW/meituo/public/nginx.htaccess“ failed (2: The system
找不到文件:
将.htaccess 文件重命名nginx.htaccess
重写nginx伪静态配置
在nginx.conf server模块添加:
if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; }
htaccess 文件和nginx.htaccess
报错:
以上是关于nginx 报错的主要内容,如果未能解决你的问题,请参考以下文章