ZiedDams Posted January 25, 2023 Share Posted January 25, 2023 I have created a .htpasswd inside my prestashop folder and i added .htaccess with this content Order deny,allow Deny from all AuthType Basic require valid-user AuthUserFile .htpasswd AuthName "Protected public_html" Satisfy Any ErrorDocument 401 "<html><meta http-equiv=\"refresh\" content=\"0;url=/failed.html\"></html>" but im getting error 500 "The server encountered an internal error or misconfiguration and was unable to complete your request." after adding the user and login correctly . can anyone help ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now