Forum Moderators: phranque
I have a website with many subdomains. However, Yahoo and all the other search engines seem to have links to my subdomains aswell.
I dont know how they get it. Im assuming they get it from my main domain that links to the subdomain.
I only want yahoo and all the other search engines to list my index.html file thats on my main domain, not on my subdomains.
Can anyone advise me on how i can prevent all pages from being listed other than particuar index pages.
I appreciate anyones help
Cheers
Linda
If you're hosted on Apache and have mod_rewrite, you have several more choices:
First, you can redirect all requests for your subdomains to your main domain.
Second you can redirect only robots to your main domain.
Third, you can set up several robots.txt, and redirect to them depending on the requested subdomain.
If you're on IIS, let us know, and maybe someone else can offer similar possibilities.
HTH,
Jim