askapache thanks a lot for answering so fast….
I’m going to become crazy !!
I checked out my root .htaccess and all seem to be allright :
<Files wp-login.php>
Satisfy Any
AuthType Digest
AuthName "Protected By AskApache"
AuthDigestDomain /wp-admin/ https://www.mysite.com/wp-admin https://www.mysite.com/wp-login.php
AuthUserFile /home/mysite/.htpasswd
Require valid-user
</Files>
I still can access to wp-config.php without any prompt… this is very frustrating…
I place an “Order allow,deny” in the htaccess in order to see how it responds, and immediately it deny access for the whole site…
I also placed 401 and 403 files but .. nothing !
I really don’t understand what happens…sure I’m doing something wrong and very stupid but what ???