######################################################################
# Apache image/.htaccess for PyukiWiki
# $Id: .htaccess,v 1.543 2012/09/11 00:42:58 papu Exp $
# "PyukiWiki" ver 0.2.1-beta2 $$
######################################################################

Order allow,deny
Allow from all

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

