Hi
If I go to my site without a www. in front, the links on the home page wont work, the photo links in this case.
If i go to my site with www. in front the links do work.
I found on the internet that i have to redirect my non www to my www. Therefore i need to create a rewrite rule (below).
But I have no idea where to put that code in laytheme or Wordpress.
Can somebody please tell me?
The Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
And my site:
www.polyvorm.nl
thanks