Httpd

Tutorials

  • Password Protect Your Apache Server

    Password Protect Your Apache Server

    Protect a directory on an apache web server by adding a password that would require a user to authenticate themselves and thus would give them authorization to access a protected folder. Requirements: Apache HTTP Server ^2.4 .htaccess file The first attempt is to try to use the directory configuration file (.htaccess file) to make the…