• i have this problem,, hello everybody and thanks for your attention and time .

    i installed the website in an addon domain, its domain.com when i write in the url https://www.domain.com it doenst show up, but when typing domain.com without www it SHOWS UP.

    Where did i messed?

    regards
    gabe

Viewing 4 replies - 1 through 4 (of 4 total)
  • Gabe – I’ve got the same thing going on – but mine I’m guessing is because I’ve changed name server info this morning – did you by chance recently change name server info?

    In your wordpress General Settings area; do your addresses contain the “www” prefix?

    Mine do not – however – if I type the domain with the www now – the web site works for me – I’m guessing my problem was with the name server info. Thanks!

    You can put the following code into your site’s .htaccess file:


    # Rewrite www.domain.com to domain.com
    RewriteCond %{HTTP_HOST} ^www\.(.*)
    RewriteRule ^(.*) https://%1/$1 [R,L]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘my website works fine https://domain.com but not www.domain.com’ is closed to new replies.