• tmccar

    (@tmccar)


    My WordPress blog keeps defaulting to the (“non-www”) address, no matter whether you enter the full address (www.onlineglobalbiz.com) or just onlineglobalbiz.com.
    My .htaccess is as follows:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Keeps dropping the "www"’ is closed to new replies.