From 5cd7ccb055c0fe7e69ed4e8398159245d0537a37 Mon Sep 17 00:00:00 2001 From: v3d Date: Tue, 10 May 2022 16:28:08 +0000 Subject: [PATCH] Update .htaccess --- home/pi/pivilion/config/html/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/home/pi/pivilion/config/html/.htaccess b/home/pi/pivilion/config/html/.htaccess index c0d68bd..0e39710 100644 --- a/home/pi/pivilion/config/html/.htaccess +++ b/home/pi/pivilion/config/html/.htaccess @@ -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]