PHP版本

This commit is contained in:
老王
2025-08-26 19:39:42 +08:00
committed by GitHub
parent 18428f1205
commit 535c0a787c
+12
View File
@@ -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>