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

This commit is contained in:
Sébastien Lucas 2013-07-04 15:23:59 +02:00
부모 484b889847
커밋 6ac89f2b4a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -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>