blessing-skin-server/.htaccess

5 lines
121 B
ApacheConf
Raw Normal View History

2016-07-21 22:01:57 +08:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]