Forum Moderators: goodroi
i'd like to just disallow all except the root. so was wondering in which order i should put my allow,disallow and what it must say . here it is:
robots.txt
----------
User-agent: *
Disallow: /
Allow: /index.php
----------
but the crawlers dont seem to have indexed the site yet even though another subdomain is .
what am i doing wrong? how do i block everything execpt the root (index.php)
PS : via htaccess my index.php points to /
~
bk