Answers for "redirect https //www to https //"

-1

redirect to www

RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
Posted by: Guest on December-26-2019

Code answers related to "redirect https //www to https //"

Browse Popular Code Answers by Language