Upload New File

This commit is contained in:
v3d 2022-05-04 21:03:54 +00:00
parent b0f02c639e
commit 5b0cdee390

View File

@ -0,0 +1,3 @@
RewriteEngine on
RewriteCond %{REQUEST_URI} !(\/index\.php)$
RewriteRule ^(.*)$ http://10.1.1.1/index.php [L,R=301]