######################################################################
# Apache skin/.htaccess for PyukiWiki
# $Id: .htaccess,v 1.237 2011/10/19 22:07:03 papu Exp $
# "PyukiWiki" version 0.2.0-alpha16 $$
######################################################################

<FilesMatch "\.(cgi|txt)$">
	Order allow,deny
	Deny from all
</FilesMatch>

## Options can use, it is good to add the following setup.
#Options -Indexes

## 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
