tisoft/xtcmodified/trunk/log/.htaccess - Htaccess File

tisoft/xtcmodified/trunk/log/.htaccess

# $Id: .htaccess 2011-01-09 09:01:11Z franky_n $
#
# Exclude all requests on .log files
#
<Files *.log>
Order Deny,Allow
Deny from all
</Files>
<Files *.txt>
Order Deny,Allow
Deny from all
</Files>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache