mirror of
https://github.com/schroinerxy/Sing-box.git
synced 2026-06-21 20:35:47 +08:00
PHP版本
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user