Forum Moderators: phranque
I want to give permission for picking up a maximun 10 files/day (jpg, pdf, or doc) of an especific folder in my website.
Nowadays the .htaccess file is simply like that:
order allow,deny
allow from all
deny from xx.#*$!.xx.xx
Also, how to inform people that has been crossed this limit.
Thank you all a lot,
Maria
This is well beyond the capabilities of .htaccess alone. I would suggest using mysql and php or perl to create a scripted solution, or searching for ready-made solutions you might be able to buy.
Jim