mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
11 lines
166 B
ApacheConf
11 lines
166 B
ApacheConf
RewriteEngine On
|
|
|
|
RewriteBase /
|
|
|
|
RewriteRule (^\.|/\.) - [F]
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
|
|
RewriteRule ^.*$ index.php [L]
|