OSDN Git Service

Correct/Simplify comments only
authorhenoheno <henoheno>
Sun, 24 Apr 2005 13:17:21 +0000 (22:17 +0900)
committerhenoheno <henoheno>
Sun, 24 Apr 2005 13:17:21 +0000 (22:17 +0900)
.htaccess

index f38c623..5c99413 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,5 @@
 # Apache .htaccess
-# $Id: .htaccess,v 1.11 2005/04/24 11:52:37 henoheno Exp $
+# $Id: .htaccess,v 1.12 2005/04/24 13:17:21 henoheno Exp $
 #
 # NOTE: Correct permission of this file 644(or 604)
 
        Deny from all
 </FilesMatch>
 
-## Access control to this directory via Basic-auth
+## Authentication to this directory with basic-auth
 ## needs 'AllowOverride AuthConfig' at httpd.conf
 #AuthType Basic
 #AuthName      "Authentication required"
-#AuthUserFile  /server's/absolute/path/to/.htpasswd
+#AuthUserFile  /path/to/.htpasswd
 #AuthGroupFile /dev/null
 #Require       valid-user