As most of you know it's good practice to not have 2 identical URL's for the same content.
Now, after reading this: URL Redirect and this: SitePoint Blogs » example.com vs. www.example.com… trouble!
I decided to redirect my homepage.com to HomePages
But I can't get it to work, this is the content of htaccess:
What's wrong with it? I dont want to redirect my subdomains, only the "non-www" version of the homepage.Code:Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_HOST} !^www|supplementen|forum|bodybuilding\.dutchbodybuilding\.com RewriteRule ^(.*)$ http://www.dutchbodybuilding.com/$1 [R=permanent,L]
Thanks







Reply With Quote

