mirror of
https://github.com/schroinerxy/Sing-box.git
synced 2026-06-21 20:35:47 +08:00
13 lines
214 B
ApacheConf
13 lines
214 B
ApacheConf
RewriteEngine On
|
|
|
|
RewriteRule ^.tmp/ - [F]
|
|
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
|
RewriteRule ^(.*)$ index.php [QSA,L]
|
|
|
|
<Files ".htaccess">
|
|
Order allow,deny
|
|
Deny from all
|
|
</Files>
|