Sto tentando di proteggere un file tramite htaccess e htpasswd, ma viene sempre Error 500
il file htaccess
il file htpasswordcodice:AuthName "Titolo della finestra del login" AuthType "Basic" AuthUserFile "http://localhost/corso/.htpasswd" Require valid-user <Files ~ "http://localhost/corso/htaccess.html"> Require user studente </Files>
Perchècodice:luca:luca