Browse Source

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

master
Sébastien Lucas 11 years ago
parent
commit
6ac89f2b4a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .htaccess

+ 2
- 0
.htaccess View File

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

Loading…
Cancel
Save