Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m looking for the same answer after recent installation, does anyone have an answer?

    Hi,

    WWW does not make any difference but you can set the redirection in htaccess of from non www to www URL. For that you can use this code:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^example.com
    RewriteRule (.*) https://www.example.com/$1 [R=301,L]

    Thanks,

    Shane G.

    I just found out that you can change it in Settings/General and in WordPress address (URL) add the www. to your site name, then update it.
    I also did it to the Blog address (URL) and updated it – it then logged me out, so I logged back in fine.
    Thanks to Shane for that tip also, will go and have a look at that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘www.mysite.com or mysite.com?’ is closed to new replies.