Tag: htaccess
-

htpasswd – easy setup
Using a .htpasswd file is a common method to add an authentication layer to your folders or websites accessible via an Apache web server. Here is a step-by-step guide to setting this up: Find the path of your website Add a PHP file named show-path.php at the root of your website containing: This script will…
