From c54adda95f7cae8e45d1e61ee1040456ef063efe Mon Sep 17 00:00:00 2001 From: Naglfar Date: Sat, 11 Jan 2020 22:26:47 +0100 Subject: [PATCH] Enable AllowOverride and RewriteEngine for MightyWCMS --- .../apache2/sites-available/mightywcms.thunix.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/mightywcms.thunix.conf b/roles/webserver/files/etc/apache2/sites-available/mightywcms.thunix.conf index d840941..7578ba2 100644 --- a/roles/webserver/files/etc/apache2/sites-available/mightywcms.thunix.conf +++ b/roles/webserver/files/etc/apache2/sites-available/mightywcms.thunix.conf @@ -2,11 +2,14 @@ ServerAdmin naglfar@thunix.net ServerName mightywcms.thunix.net ServerAlias mightywcms.thunix.cf - DocumentRoot /var/www/MightyWCMS/ + DocumentRoot /var/www/MightyWCMS ErrorLog ${APACHE_LOG_DIR}/error_mightywcms.log CustomLog ${APACHE_LOG_DIR}/access_mightywcms.log combined - - Order deny,allow - Deny from all - + + Options Indexes FollowSymLinks + AllowOverride All + Order allow,deny + allow from all + + RewriteEngine on