Update .htaccess

This commit is contained in:
v3d 2022-05-10 16:28:08 +00:00
parent 748f415de9
commit 5cd7ccb055

View File

@ -13,4 +13,5 @@ RewriteCond %{REQUEST_URI} !(\/js\/.*)$
RewriteCond %{REQUEST_URI} !(\/modules\/.*)$
RewriteCond %{REQUEST_URI} !(\/tests\/.*)$
RewriteCond %{REQUEST_URI} !(\/*.php)$
RewriteCond %{REQUEST_URI} !(\/*.head.*)$
RewriteRule ^(.*)$ http://10.1.1.1/index.php [L,R=301]