/etc/apache2/sites-enabled
Edit: /etc/apache2/sites-available/wp2.qr4y.com.conf (555B)
ServerName wp2.qr4y.com
ServerAlias www.wp2.qr4y.com
DocumentRoot /var/www/wp2.qr4y.com/www
Options FollowSymLinks
AllowOverride All
Require all granted
ErrorLog /var/log/apache2/wp2.qr4y.com_error.log
CustomLog /var/log/apache2/wp2.qr4y.com_access.log combined
RewriteEngine on
RewriteCond %{SERVER_NAME} =www.wp2.qr4y.com [OR]
RewriteCond %{SERVER_NAME} =wp2.qr4y.com
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]