I've a silly question. I did not create a protected list of folder and file on my server with htaccess.
I've a folder protect with htpasswd. There is this in my htaccess :
AuthType Basic
AuthName "My Protected Area"
AuthUserFile .htpasswd
Require valid-user
But when i add this line for list the folder, i've an 500 error :
Options +Indexes
i've you got an idea of the problem ?
Sorry for my bad english !