diff --git a/etc/alternc/templates/alternc/apache2.conf b/etc/alternc/templates/alternc/apache2.conf
index 7fb527e6..f82ff629 100644
--- a/etc/alternc/templates/alternc/apache2.conf
+++ b/etc/alternc/templates/alternc/apache2.conf
@@ -11,7 +11,7 @@ AssignUserId www-data www-data
# Deny access to the root filesystem
- Options FollowSymLinks
+ Options +FollowSymLinks
AllowOverride None
Order allow,deny
Deny from all
@@ -62,13 +62,13 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
AllowOverride AuthConfig Options FileInfo Limit Indexes
- Options Indexes Includes FollowSymLinks MultiViews
+ Options +Indexes +Includes +FollowSymLinks +MultiViews
Order allow,deny
Allow from all
AllowOverride AuthConfig Options FileInfo Limit Indexes
- Options Indexes Includes FollowSymLinks MultiViews
+ Options +Indexes +Includes +FollowSymLinks +MultiViews
Order allow,deny
Allow from all
diff --git a/etc/alternc/templates/apache2/roundcube-ssl.conf b/etc/alternc/templates/apache2/roundcube-ssl.conf
index 8e5e5e2f..44f3b756 100644
--- a/etc/alternc/templates/apache2/roundcube-ssl.conf
+++ b/etc/alternc/templates/apache2/roundcube-ssl.conf
@@ -19,7 +19,7 @@
# Access to tinymce files
- Options Indexes MultiViews FollowSymLinks
+ Options +Indexes +MultiViews +FollowSymLinks
AllowOverride None
Order allow,deny
allow from all
@@ -57,7 +57,7 @@
Alias /javascript /usr/share/javascript/
- Options FollowSymLinks MultiViews
+ Options +FollowSymLinks +MultiViews
Order allow,deny
Allow from all
diff --git a/etc/alternc/templates/apache2/squirrelmail-ssl.conf b/etc/alternc/templates/apache2/squirrelmail-ssl.conf
index a67b8837..f5132599 100644
--- a/etc/alternc/templates/apache2/squirrelmail-ssl.conf
+++ b/etc/alternc/templates/apache2/squirrelmail-ssl.conf
@@ -19,13 +19,13 @@
php_value open_basedir /usr/share/squirrelmail:/etc/squirrelmail/:/var/lib/squirrelmail/data/:/var/spool/squirrelmail/:/etc/mailname
php_admin_flag safe_mode off
- Options Indexes FollowSymLinks
+ Options +Indexes +FollowSymLinks
Alias /javascript /usr/share/javascript/
- Options FollowSymLinks MultiViews
+ Options +FollowSymLinks +MultiViews
Order allow,deny
Allow from all