diff --git a/.config/apache2/sites-available/bavbavhaus.net.conf b/.config/apache2/sites-available/bavbavhaus.net.conf index 3fb4b68..674baa5 100644 --- a/.config/apache2/sites-available/bavbavhaus.net.conf +++ b/.config/apache2/sites-available/bavbavhaus.net.conf @@ -1,6 +1,7 @@ ServerName bavbavhaus.net ServerAlias www.bavbavhaus.net + DirectoryIndex README.html RewriteEngine on RewriteCond %{SERVER_NAME} =www.bavbavhaus.net [OR] RewriteCond %{SERVER_NAME} =bavbavhaus.net @@ -11,7 +12,6 @@ ServerName bavbavhaus.net ServerAlias www.bavbavhaus.net DocumentRoot /home/urosm/public_html/bavbavhaus.net - DirectoryIndex README.html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined