PyukiWiki CVS Commit
pyuki****@lists*****
2012年 8月 16日 (木) 10:24:33 JST
Index: PyukiWiki-Devel-UTF8/attach/.htaccess diff -u PyukiWiki-Devel-UTF8/attach/.htaccess:1.395 PyukiWiki-Devel-UTF8/attach/.htaccess:1.396 --- PyukiWiki-Devel-UTF8/attach/.htaccess:1.395 Thu Aug 9 17:42:15 2012 +++ PyukiWiki-Devel-UTF8/attach/.htaccess Thu Aug 16 10:24:32 2012 @@ -1,11 +1,19 @@ ###################################################################### # Apache attach/.htaccess for PyukiWiki for attach/ -# $Id: .htaccess,v 1.395 2012/08/09 08:42:15 papu Exp $ -# "PyukiWiki" ver 0.2.1-alpha2-dev4 $$ +# $Id: .htaccess,v 1.396 2012/08/16 01:24:32 papu Exp $ +# "PyukiWiki" ver 0.2.1-beta1 $$ ###################################################################### +Order allow,deny +Allow from all + +<FilesMatch "\.(html)$"> + Order allow,deny + Deny from all +</FilesMatch> + ## Options can use, it is good to add the following setup. -#Options -Indexes +#Options -Indexes -ExecCGI ## sample prevention of direct link from other site #SetEnvIf Referer "^http://pyukiwiki.sourceforge.jp/" ref01 Index: PyukiWiki-Devel-UTF8/attach/index.html diff -u PyukiWiki-Devel-UTF8/attach/index.html:1.147 PyukiWiki-Devel-UTF8/attach/index.html:1.148 --- PyukiWiki-Devel-UTF8/attach/index.html:1.147 Thu Aug 9 17:42:15 2012 +++ PyukiWiki-Devel-UTF8/attach/index.html Thu Aug 16 10:24:32 2012 @@ -1,2 +1,2 @@ -<!-- $Id: index.html,v 1.147 2012/08/09 08:42:15 papu Exp $ --> +<!-- $Id: index.html,v 1.148 2012/08/16 01:24:32 papu Exp $ --> attach files are placed here.