Viewing 5 replies - 1 through 5 (of 5 total)
  • It is not a WordPress problem – it’s a hosting issue. You simply have to redirect all of the requests for the bare domain url to the www version using .htaccess.

    Thread Starter JB

    (@mettab)

    Hi esmi,

    I made a .htaccess file with this script:

    //Rewrite to www
    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^peterasheldon.com[nc]
    RewriteRule ^(.*)$ http://www.peterasheldon.com/$1 [r=301,nc]

    But it does not work 🙁

    Any more ideas?

    contact your host service, they will solve the problem quickly.

    Thread Starter JB

    (@mettab)

    Hi Ricardocnn
    That is the problem … they say they can’t help because its a WP problem.

    Thread Starter JB

    (@mettab)

    Solved… deactivated the plugins one by one… thanks to my host.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘URL www prefix’ is closed to new replies.