Ok, this is a major headache for me. Isn't the 301 redirect supposed to change the URL 100% of the time?
- I have 10 parked domains on one master domain account.
- I have the following code in my root .htaccess file.
RewriteEngine On
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} !^www.mysite.com$
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301]- When I go to parked-site1.com I am redirected to mysite.com with no problem. This works.
- When I go to parked-site1.com/forum/content ... then there is no redirect! The browser will display parked-site1.com/forum/content as the URL that is being addressed.
- Google has been indexing two of my oldest parked domains and now is listing over 20,000 cached pages for these URLS.
Just a couple of examples:
../forum/members/membername/
../forum/faq.php
../forum/f01/sample-thread-title-12345/
THOUGHTS? My web hosting firm has been working on this for 24 hours. How in the world do I get not just a simple redirect from the domain name itself, but also all of the folders that are listed under the domain name?


LinkBack URL
About LinkBacks





Reply With Quote