From 6ac89f2b4a2726cdae59408330bfca640dea3bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 4 Jul 2013 15:23:59 +0200 Subject: [PATCH] Modify the .htaccess so that the login page can be accessed. re #76 --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index e92019b..2d73b14 100644 --- a/.htaccess +++ b/.htaccess @@ -59,8 +59,10 @@ ExpiresByType text/javascript "access plus 1 year" ########################################### # Uncomment if you wish to protect access with a password ########################################### +# #AuthUserFile /path/to/file #AuthGroupFile /dev/null #AuthName "Acces securise" #AuthType Basic #Require valid-user +# \ No newline at end of file