Jump to content
  • 0

Password protect the Admin folder / admin path with htaccess


Question

2 answers to this question

Recommended Posts

  • 0
Posted

You'll have to add to the standard .htaccess file before every request is routed to index.php, checking for the URI (/blesta/manage/ if that's where your route points). I don't have an example, but it wouldn't be difficult to find one.

I would highly recommend instead, just doing the following:

  1. Use a route that is not easy to guess, consider changing it periodically
  2. Most importantly. Have ALL Staff use 2FA. You can download the Google Authenticator for iOS and Android, and use that. Nobody will be able to login as you, even if they had your username and password.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...