Using .htaccess to restrict access to Files and Directories
Apache allows access to everything inside the Document Root folder by default. This means all the sub directories and their contents can be listed and accessed. However you can use .htaccess to harden the security of your Apache Server. The .htaccess is a configuration file, which if detected will be executed by Apache. If you already have …
Using .htaccess to restrict access to Files and Directories Read More »