nginx 报错
#
#
No input file specified.
" class="reference-link">
#
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
报错:
还没有评论,来说两句吧...