<VirtualHost *:80> DocumentRoot "/var/www/prestashop" ServerName prestashop.maausk.tech <Directory "/var/www/prestashop"> AllowOverride All Require all granted </Directory> RewriteEngine on RewriteCond %{SERVER_NAME} =prestashop.maausk.tech RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost>