Forum Moderators: phranque
Temp
Mp3
if i put a .htaccess inside of temp and the .htaccess have something like this:
AuthType Basic
AuthName "Restricted Files"
AuthUserFile /var/www/localhost/pass
Require user xyz
when i enter again on my site the directory is not showed:
mp3
but the directory is there, the AuthType works fine because if i enter to the directory directly from the direction bar of the internet explorer is request me the user and pass.
my question is...
is possible that the directory appears with the .htaccess?