blessing-skin-server/.htaccess
2016-07-24 14:14:37 +08:00

7 lines
122 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php [L]