Viewing 2 replies - 1 through 2 (of 2 total)
  • You should be able to fix it by adding this to your root htaccess file, changing the example URL to yours:

    # force removal of WWW from URL ###
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.example.com$ [NC]
    RewriteRule ^(.*)$ http://example.com/$1 [R=301,L]

    Please post back if successful so others will know. It worked for me.
    david

    Thread Starter iMandala

    (@imandala)

    Hey David

    It works perfectly. Thanks!
    I will do a little more testing, but it looks like your solution fixes my problem.

    –Kerry

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp-login.php is still showing with www’ is closed to new replies.