serina
8-1-04, 04:57 PM
How do i block googlebot and other search engines form accessing pages that have Rewrite Rule. An example
.htaccess :
-----------
RewriteRule ^shop\-locale\-(.*).html /cgi-bin/mymall/shop.cgi?blah=$1 [L]
robot.txt
--------
User-agent: *
Disallow: /shop-*.html$
Disallow: shop-*.html$
Is the robot.txt file correct? Robots are still accessing the site causing it to be disabled by the systems administrator. MSN and Wisenutbot are still accessing those scripts. I added the last line "Disallow: shop-*.html$". Is there anything else I have to do?
thanks in advance!!
--serina
.htaccess :
-----------
RewriteRule ^shop\-locale\-(.*).html /cgi-bin/mymall/shop.cgi?blah=$1 [L]
robot.txt
--------
User-agent: *
Disallow: /shop-*.html$
Disallow: shop-*.html$
Is the robot.txt file correct? Robots are still accessing the site causing it to be disabled by the systems administrator. MSN and Wisenutbot are still accessing those scripts. I added the last line "Disallow: shop-*.html$". Is there anything else I have to do?
thanks in advance!!
--serina