Hi,
I’m trying to secure my whole page with .htpasswd file. It’s just:
admin:(password here)
Custom .htacces file:
AuthUserFile /home/volX_X/epizy.com/epiz_XXXXXXXX/XXX.epizy.com/htdocs/.htpasswd
AuthType Basic
require valid-user
AuthName “Private Website”
Everytime I’m getting just 500 error page. In CPanel there’s option to secure specific subfolders but I don’t want to do this. I want to secure the whole website. Is it possible with free hosting?