This my path: http://172.21.4.100/bluescope_app/index.php?page=creer_contact_client
I have two files:
1st: .htpasswd
holds only:
dave:
***password***
2nd: .htaccess
holds:
AuthType Basic
AuthUserFile /172.21.4.100/bluescope_app/dave/.htpasswd //<---- I'm stuck here, is this correct ?
AuthName "Enter valid username and password!"
<Files test.php>
require valid-user
</Files>
On browser I got prompt but I can't access with my password.
If you know the answer Post as much as possible, thank you.
Included path: