add RewriteBase to .htaccess

This commit is contained in:
printempw 2017-01-02 00:21:15 +08:00
parent 27e9dea422
commit 36014020e5

View File

@ -1,5 +1,7 @@
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d