skip to Main Content

Simple rate limiting in .htaccess – Apache

Let's say I have a login form: <form action="index.php" method="post"><input type="password" name="pwd"><input type="submit" /> I know that a proper rate-limiting should be done with iptables or fail2ban, but without going so far, can we do something simple, just in the…

VIEW QUESTION

Apache Redirect URI Requests

I'm trying to redirect http requests that contain a specific URI to a different domain with a different URI completely. Redirecting the top level domain works but I can't seem to get the URI rules to redirect. In essence it…

VIEW QUESTION
Back To Top
Search