From d252f885952d60ef0ba072bacda3345f3e11b9da Mon Sep 17 00:00:00 2001 From: OsaAjani Date: Sun, 12 Jan 2020 21:25:36 +0100 Subject: [PATCH] Update coonf apache --- .htaccess | 1 - bin/systemd/raspisms.service | 0 confs/apache2/raspisms.conf | 12 ++++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) mode change 100644 => 100755 bin/systemd/raspisms.service mode change 100644 => 100755 confs/apache2/raspisms.conf diff --git a/.htaccess b/.htaccess index ac75959..e9ec18d 100755 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,2 @@ RewriteEngine on -RewriteBase "/raspisms/" RewriteRule "!\.(js|ico|ICO|gif|GIF|jpg|JPG|jpeg|JPEG|png|PNG|css|woff|woff2|ttf|wav|ogg|mp3)$" index.php diff --git a/bin/systemd/raspisms.service b/bin/systemd/raspisms.service old mode 100644 new mode 100755 diff --git a/confs/apache2/raspisms.conf b/confs/apache2/raspisms.conf old mode 100644 new mode 100755 index aca298c..0f570e3 --- a/confs/apache2/raspisms.conf +++ b/confs/apache2/raspisms.conf @@ -1,4 +1,8 @@ - - Options +FollowSymLinks - AllowOverride All - +Alias "/raspisms" "/opt/raspisms" + + + Require all granted + Options +FollowSymLinks + AllowOverride all + +