• i want all links and content to use www as well, but sometimes it looks like it’s allowing non-www links

    https://mysite.com

    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:

    https://www.mysite.com/

    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

    • This topic was modified 6 years, 9 months ago by step8601.
    • This topic was modified 6 years, 9 months ago by step8601.
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.