can i force www as well?
-
i want all links and content to use www as well, but sometimes it looks like it’s allowing non-www links
is there a way to force all urls to include the www so that there are no duplicate content issues? i want everything to be:
i found the following for htaccess but not sure if this would mess up this plugin
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L]thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘can i force www as well?’ is closed to new replies.