D dk.mmmm Member Jul 13, 2010 #1 Jul 13, 2010 #1 Example, I check and see a domain have large request, and I want to write a code in PHP to stop it. Have API or something can do it ?
Example, I check and see a domain have large request, and I want to write a code in PHP to stop it. Have API or something can do it ?
N NiteWave Administrator Jul 14, 2010 #2 Jul 14, 2010 #2 how about: replace the .htaccess in docRoot with: RewriteEngine on RewriteRule .* - [F]