User Tools

Site Tools


software:webdesign:htaccess

This is an old revision of the document!


order allow,deny

deny from all
Satisfy All
AddType x-mapp-php5 .php
# $Id$
#
# This is used to restrict access to this folder to anything other
# than images

# Prevents any script files from being accessed from the images folder
<FilesMatch "\.(php([0-9]|s)?|s?p?html|cgi|pl|exe)$">
   Order Deny,Allow
   Deny from all
</FilesMatch>
software/webdesign/htaccess.1305477090.txt.gz · Last modified: by superwizard