######################################################################
# Apache lib/.htaccess for PyukiWiki
# $Id: .htaccess,v 1.395 2012/08/16 01:24:34 papu Exp $
# "PyukiWiki" ver 0.2.1-beta1 $$
######################################################################

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|pm|pod)$">
#	Order deny,allow
#	Allow from all
#</FilesMatch>
#AddType text/plain .pl
#AddType text/plain .pm
#AddType text/plain .pod
