diff --git a/home/pi/pivilion/config/html/.htaccess b/home/pi/pivilion/config/html/.htaccess index db5fadb..6103327 100644 --- a/home/pi/pivilion/config/html/.htaccess +++ b/home/pi/pivilion/config/html/.htaccess @@ -1,3 +1,4 @@ RewriteEngine on RewriteCond %{REQUEST_URI} !(\/index\.php)$ +RewriteCond %{REQUEST_URI} !(\/pi-logo_128\.png)$ RewriteRule ^(.*)$ http://10.1.1.1/index.php [L,R=301]