Hi,
I am trying to block request been made to our pagination parameter by multiple robots (evil ones it seems)
Hundreds of these types of requests are showing up:
http://www.ourdomain.com/search.php?q=search+query&page=366100876
Is there a way using regular expressions in .htaccess to send any request that requests a page larger than 1000 or anything more than 4 digits in the parameter 'page' ?
'q' parameter is of course always different.
Thank you.