Hi,
I used Cpanel password protected directories to make some directory password protected.
Now when I try to go to the firectory URL, it says ( page not found ).
I opened ( ,htacess) inside this folder and found it containts:
AuthType Basic
AuthName "Blablabla"
AuthUserFile "/home/direcotrry/.htpasswds/public_html/wp-admin/passwd"
require valid-user
When I make the lines in the htaccess file as comment ( hash them), the URL works fine again.
And I went to this path: "/home/direcotrry/.htpasswds/public_html/wp-admin/passwd", to find it's normal containing the username and the encrypted password
What is wrong?
I used Cpanel password protected directories to make some directory password protected.
Now when I try to go to the firectory URL, it says ( page not found ).
I opened ( ,htacess) inside this folder and found it containts:
AuthType Basic
AuthName "Blablabla"
AuthUserFile "/home/direcotrry/.htpasswds/public_html/wp-admin/passwd"
require valid-user
When I make the lines in the htaccess file as comment ( hash them), the URL works fine again.
And I went to this path: "/home/direcotrry/.htpasswds/public_html/wp-admin/passwd", to find it's normal containing the username and the encrypted password
What is wrong?