标签:ecif 文件 access file tac cond span nginx tee
在web服务的根目录下创建 .htaccess
文件,设置一下内容:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php?s=$1 [QSA,PT,L]
此时刷新即可正常访问!
nginx下No input file specified错误的解决
标签:ecif 文件 access file tac cond span nginx tee
原文地址:https://www.cnblogs.com/zqunor/p/9114217.html