avatar
enforce www in the URL Protocol

» .htaccess

RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
24
You need to login to do this manipulation!