04-06-2018, 10:53 PM
@Vuluts
Let's take some example.
You have 3 file inside /var/www/html/public_html named "a.html", "b.html" and "c.html". Nah afterthat, maybe file "a.html" is a file you don't want everyone to see. So you want to encrypt them with password.
Then you're doing like @deanhills tutorial, and if you open localhost/a.html, it shows you to input/insert your password. But, "b.html" and "c.html" doesn't require you to input the password.
That's how it works.
Let's take some example.
You have 3 file inside /var/www/html/public_html named "a.html", "b.html" and "c.html". Nah afterthat, maybe file "a.html" is a file you don't want everyone to see. So you want to encrypt them with password.
Then you're doing like @deanhills tutorial, and if you open localhost/a.html, it shows you to input/insert your password. But, "b.html" and "c.html" doesn't require you to input the password.
That's how it works.