Update .htaccess

This commit is contained in:
v3d 2022-05-09 16:45:14 +00:00
parent 8df0781e01
commit 2526aad5eb

View File

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