Internal server error 500 when using .htaccess file for auth

Thank you for sharing the domain name.

Seeing the domain, the issue with SSL is very obvious. Or rather the lack of issues, because your SSL certificate is working exactly as it’s supposed to. But if you choose the SSL vendor “Self Signed (not trusted)”, you get a certificate that’s self signed, and not trusted.

If you want a certificate that does give you a green lock, you’ll want a certificate that’s trusted, which a Self Signed certificate is not.

Please request a new SSL certificate any choose any provider EXCEPT for the “Self Signed” one.

2 Likes

Hi, I see at least this problem and it took me a few hours searching the web too:

You are having:
AuthUserFile .htpasswd

It should be something like this:
AuthUserFile /home/vol12_1/epizy.com/epiz_00000001/htdocs/.htpasswd

The home directory part is unique to every user:
/home/vol12_1/epizy.com/epiz_00000001
you can find it at your control panel somewhere.

The rest, just look at your FileZilla folder:
/htdocs/.htpasswd

Thanks

I don’t think you should’ve spent hours

I solved it just using Cpanel anyway
image
died for nothing :sob::sob:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.