######################################################################
# Apache attach/.htaccess for PyukiWiki for attach/
# $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 -ExecCGI

## sample prevention of direct link from other site
#SetEnvIf Referer "^http://pyukiwiki.sourceforge.jp/" ref01
#Order deny,allow
#Deny from all
#Allow from env=ref01

