argrath/pyukiwiki-alt/master/cache/.htaccess - Htaccess File

argrath/pyukiwiki-alt/master/cache/.htaccess

######################################################################
# Apache cache/.htaccess for PyukiWiki
# $Id: .htaccess,v 1.51 2006/09/29 09:11:31 papu Exp $
# "PyukiWiki" version 0.1.7-rc3 $$
######################################################################

Order deny,allow
Deny from all

<FilesMatch ".(htm|html|gif|png|jpg)$">
  Allow 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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache