OSDN Git Service

BugTrack/2484 AutoTicketLink for JIRA: Support underscore key XX_X
[pukiwiki/pukiwiki.git] / .htaccess
index f38c623..0025262 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,10 @@
-# Apache .htaccess
-# $Id: .htaccess,v 1.11 2005/04/24 11:52:37 henoheno Exp $
+# Apache .htaccess for PukiWiki
+#
+# $Id: .htaccess,v 1.14 2005/04/29 11:51:31 henoheno Exp $
+# Copyright (C)
+#   2002-2005 PukiWiki Developers Team
+#   2001      Originally written by yu-ji
+# License: GPL v2 or (at your option) any later version
 #
 # 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