Update .htaccess

This commit is contained in:
v3d 2022-05-09 16:54:02 +00:00
parent c8559f7a20
commit 1db7a95444

View File

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