Modify the .htaccess so that the login page can be accessed. re #76

Este commit está contenido en:
Sébastien Lucas 2013-07-04 15:23:59 +02:00
padre 484b889847
commit 6ac89f2b4a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados

Ver fichero

@ -59,8 +59,10 @@ ExpiresByType text/javascript "access plus 1 year"
###########################################
# Uncomment if you wish to protect access with a password
###########################################
#<FilesMatch "\.php$">
#AuthUserFile /path/to/file
#AuthGroupFile /dev/null
#AuthName "Acces securise"
#AuthType Basic
#Require valid-user
#</FilesMatch>