From: Masanori Kobayasi Date: Sun, 24 Oct 2010 18:09:10 +0000 (+0900) Subject: remove .htaccess X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8f116930c834b57e1c1ca562924293686c77f449;p=linuxjf%2FJF.git remove .htaccess --- diff --git a/docs/kernel-docs-2.2/.htaccess b/docs/kernel-docs-2.2/.htaccess deleted file mode 100644 index 0e764de..0000000 --- a/docs/kernel-docs-2.2/.htaccess +++ /dev/null @@ -1,2 +0,0 @@ -Options +Indexes - diff --git a/docs/kernel-docs-2.2/Makefile b/docs/kernel-docs-2.2/Makefile index 425e65c..5069feb 100644 --- a/docs/kernel-docs-2.2/Makefile +++ b/docs/kernel-docs-2.2/Makefile @@ -90,7 +90,7 @@ $(DEST_WWW_HTML)/$(ARCHIVEFILE): $(ARCHIVEFILE) $(INSTALL) $< $@ mkdir -p $(@D)/../images cp -p $(IMGSRC) $(@D)/../images - $(INSTALL) .htaccess $(@D)/$(ARCHIVENAME)/ + $(INSTALL) $(@D)/$(ARCHIVENAME)/ $(FTP_ROOT)/$(ARCHIVEFILE): $(ARCHIVEFILE) mkdir -p $(@D) diff --git a/docs/kernel-docs-2.4/.htaccess b/docs/kernel-docs-2.4/.htaccess deleted file mode 100644 index e1d2560..0000000 --- a/docs/kernel-docs-2.4/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes diff --git a/docs/kernel-docs-2.4/Makefile b/docs/kernel-docs-2.4/Makefile index 643f81d..202014a 100644 --- a/docs/kernel-docs-2.4/Makefile +++ b/docs/kernel-docs-2.4/Makefile @@ -90,7 +90,7 @@ $(DEST_WWW_HTML)/$(ARCHIVEFILE): $(ARCHIVEFILE) $(INSTALL) $< $@ mkdir -p $(@D)/../images cp -p $(IMGSRC) $(@D)/../images - $(INSTALL) .htaccess $(@D)/$(ARCHIVENAME)/ + $(INSTALL) $(@D)/$(ARCHIVENAME)/ $(FTP_ROOT)/$(ARCHIVEFILE): $(ARCHIVEFILE) mkdir -p $(@D) diff --git a/docs/kernel-docs-2.6/.htaccess b/docs/kernel-docs-2.6/.htaccess deleted file mode 100644 index e1d2560..0000000 --- a/docs/kernel-docs-2.6/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options +Indexes diff --git a/docs/kernel-docs-2.6/Makefile b/docs/kernel-docs-2.6/Makefile index 5e864e2..3bcbe2d 100644 --- a/docs/kernel-docs-2.6/Makefile +++ b/docs/kernel-docs-2.6/Makefile @@ -90,7 +90,7 @@ $(DEST_WWW_HTML)/$(ARCHIVEFILE): $(ARCHIVEFILE) $(INSTALL) $< $@ mkdir -p $(@D)/../images cp -p $(IMGSRC) $(@D)/../images - $(INSTALL) .htaccess $(@D)/$(ARCHIVENAME)/ + $(INSTALL) $(@D)/$(ARCHIVENAME)/ $(FTP_ROOT)/$(ARCHIVEFILE): $(ARCHIVEFILE) mkdir -p $(@D) diff --git a/www/.htaccess b/www/.htaccess index 303ed26..79bfd0f 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -1,15 +1,15 @@ # $Id: .htaccess,v 1.6 2001/01/22 08:52:30 nakano Exp $ -Options -Indexes +#Options -Indexes - -order deny,allow -deny from all - +# +#order deny,allow +#deny from all +# # hook `404 Not Found' # use local CGI Script -ErrorDocument 404 http://www.linux.or.jp/JF/notfound.html +#ErrorDocument 404 http://www.linux.or.jp/JF/notfound.html # EOF