######################################################################
# Apache plugin/.htaccess for PyukiWiki
# $Id: .htaccess,v 1.69 2010/11/27 11:58:24 papu Exp $
# "PyukiWiki" version 0.1.8-rc6 $$
######################################################################

Order allow,deny
Deny from all

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

## In the case of public plug-in, it is good to set up in this way.
#<FilesMatch "\.(inc\.pl|pl)$">
#	Order deny,allow
#	Allow from all
#</FilesMatch>
#AddType text/plain .pl
