Modify the .htaccess so that the login page can be accessed. re #76
This commit is contained in:
parent
484b889847
commit
6ac89f2b4a
|
@ -59,8 +59,10 @@ ExpiresByType text/javascript "access plus 1 year"
|
||||||
###########################################
|
###########################################
|
||||||
# Uncomment if you wish to protect access with a password
|
# Uncomment if you wish to protect access with a password
|
||||||
###########################################
|
###########################################
|
||||||
|
#<FilesMatch "\.php$">
|
||||||
#AuthUserFile /path/to/file
|
#AuthUserFile /path/to/file
|
||||||
#AuthGroupFile /dev/null
|
#AuthGroupFile /dev/null
|
||||||
#AuthName "Acces securise"
|
#AuthName "Acces securise"
|
||||||
#AuthType Basic
|
#AuthType Basic
|
||||||
#Require valid-user
|
#Require valid-user
|
||||||
|
#</FilesMatch>
|
Loading…
Reference in a new issue