View Single Post
  #2 (permalink)  
Old 24-09-2007, 06:44 PM
yonghs yonghs is offline
Senior Webmaster
 
Join Date: Apr 2007
Location: Penang
Posts: 483
Rep Power: 30
yonghs is on a distinguished road
Since the subdomain is essentially a folder.....how about putting a robots.txt file in the domain root with the following content:

User-agent: *
Disallow: /subdomainfolder/

OR use htaccess to password protect the folder? http://www.javascriptkit.com/howto/htaccess3.shtml

Last edited by yonghs; 24-09-2007 at 06:49 PM.
Reply With Quote