Limit max amount of pages a user can access
Posted: Sun Jan 27, 2008 8:49 am
I'm trying to find a way to limit the amount of pages a user can access. I use a shared server so I only have access to .htaccess ; I also have PHP parse all my files.
My site has about 300 pages but sometimes my logs show "users" which look at 1000, I guess these are robots. How can I limit this to say: 100 ?
Does MaxKeepAliveRequests have anything to do with this ? Does this directive have any results when I parse all my files with PHP ? I also don't want Google to be negatively affected, so can this be achieved excluding some user-agents ?
My site has about 300 pages but sometimes my logs show "users" which look at 1000, I guess these are robots. How can I limit this to say: 100 ?
Does MaxKeepAliveRequests have anything to do with this ? Does this directive have any results when I parse all my files with PHP ? I also don't want Google to be negatively affected, so can this be achieved excluding some user-agents ?