Index: config/branches/arctiva2017/apache-stage.conf =================================================================== diff -u -r234 -r276 --- config/branches/arctiva2017/apache-stage.conf (.../apache-stage.conf) (revision 234) +++ config/branches/arctiva2017/apache-stage.conf (.../apache-stage.conf) (revision 276) @@ -71,8 +71,7 @@ - Order Deny,Allow - Allow from All + Require all granted Include "/var/www/configs/arctivawp2017/arctiva-var.conf" Index: config/branches/arctiva2017/apache-prod.conf =================================================================== diff -u -r234 -r276 --- config/branches/arctiva2017/apache-prod.conf (.../apache-prod.conf) (revision 234) +++ config/branches/arctiva2017/apache-prod.conf (.../apache-prod.conf) (revision 276) @@ -29,7 +29,7 @@ Options -Indexes +FollowSymLinks #AllowOverride all - Order Deny,Allow + #Order Deny,Allow #AuthType Basic #AuthName "Arctiva Production" #AuthUserFile "/etc/apache2/users/htpasswd" @@ -69,22 +69,18 @@ - Order Deny,Allow - Allow from All + Require all granted - Order Deny,Allow - Deny from All + Require all denied - Order Deny,Allow - Allow from All + Require all granted - Order Deny,Allow - Deny from All + Require all denied #not being used Index: config/branches/arctiva2017/apache-dev.conf =================================================================== diff -u -r234 -r276 --- config/branches/arctiva2017/apache-dev.conf (.../apache-dev.conf) (revision 234) +++ config/branches/arctiva2017/apache-dev.conf (.../apache-dev.conf) (revision 276) @@ -87,8 +87,7 @@ - Order Deny,Allow - Allow from All + Require all granted Include "/var/www/configs/arctivawp/arctiva-var.conf"