diff options
-rw-r--r-- | config/httpd-vhost.conf-example | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/httpd-vhost.conf-example b/config/httpd-vhost.conf-example index a6daf614f..5cafdb482 100644 --- a/config/httpd-vhost.conf-example +++ b/config/httpd-vhost.conf-example @@ -14,6 +14,7 @@ # TODO: Remove this and use PassengerUser SuExecUserGroup foi foi + RewriteEngine On ErrorLog /var/log/apache2/alaveteli_error.log CustomLog /var/log/apache2/alaveteli_access.log combined @@ -45,8 +46,6 @@ AllowOverride All </Directory> - RewriteEngine On - # Maintenance Page # Make a file down.html in the DocumentRoot to bring down the whole # site and display itself. |