I am currently building a simple CMS, and I would like to isolate it as much as possible. The application itself will have php login function, however I was thinking to add one more layer of security utilising Apache built-in security.
How secure is to isolate a PHP directory on a server using integrated apache password check? The general logics is that Apache security should be pretty tough to crack.
Thanks!