Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: caterham_wwwPosted on 2009-09-15 at 10:52:52ID: 25337432
> Would something like the following mod_rewrite entry prevent search engine bots from crawling a certain Drupal directory structure between a time frame
Not directly, because you're checking the query_string bot your access log shows that there is no query_string. If/when they'd return is an other question (due to the 403). I'd issue a 503 statuscode (Service Unavailable).
You should check if the time dependent conditions are working since I've seen servers where they failed. You can issue a 503 by using R=503 instead of F as the flag. Apache 2.2 is required.
Your access_log shows a 301 redirect, so there seems to be something which issues an external redirect, too.
Select allOpen in new window