我上传了.htaccess
Apache:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
结果如图,
是我.htaccess上传错了还是哪里出问题了?我换成了Nginx: 上传之后也没反应。。
蛋疼死了。
阅读全文
收起全文