Enter to /etc/apache2/sites-available
create file with
<VirtualHost *:80> ServerName s0000000 DocumentRoot /home/suser/Websites/s0000000 ErrorLog ${APACHE_LOG_DIR}/s0000000-error.log CustomLog ${APACHE_LOG_DIR}/s0000000-access.log combined <Directory "/home/suser/Websites/s0000000"> Options All AllowOverride All Require all granted </Directory> </VirtualHost>Back to top