• Plugin works well when I go to thecombatcentre.nz but if I include www, it’s not protected. Any suggestions?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Your site should not be configured to be accessed at both the www and non-ww version of your domain.

    It is likely this causing issues with the cookies that store the login status.

    It’s best to make sure the primary URL/domain is the one set in your WordPress General settings and setup redirects in your htaccess to 301 redirect one version of your domain to the other.

    For example, this would redirect the non-ww version of your domain to the full www version:

    RewriteCond %{HTTP_HOST} ^example.com$ [NC]
    RewriteRule (.*) https://www.example.com/$1 [R=301,L] 
Viewing 1 replies (of 1 total)
  • The topic ‘Doesn’t protect www’ is closed to new replies.