Redirect all subfolder HTTP requests to login page – Apache
I have the "public_html" folder and a subfolder called "login" with the index.php that asks for the username and password. I need to protect the subfolder contents from malicious bot requests and I thought to redirect|rewrite all the request URIs…