/
etc
/
apache2
/
sites-available
/
Upload File
HOME
<VirtualHost *:80> ServerName algoa.li DocumentRoot /var/www/html/wordpress <Directory /var/www/html/wordpress> AllowOverride All </Directory> ErrorLog ${APACHE_LOG_DIR}/wordpress-error.log CustomLog ${APACHE_LOG_DIR}/wordpress-access.log combined #RewriteEngine on #RewriteCond %{SERVER_NAME} =algoa.li #RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost>