Quick question for the robots.txt experts
If I wanted to allow robots only to the index.html page on one of my sites (and disallow them to all the other pages on that site), then would I put the robots.txt file in the public_html directory and do this...
User-agent: *
Allow: /index.html
Disallow: /
Or would I put the robots.txt file *above* the public_html directory and do this...
User-agent: *
Allow: public_html/index.html
Disallow: public_html/
After5PC.net
Freelance Web Development
and Graphic Design Services