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