Crell/webbspace5/master/sites/all/modules/project/release/.htaccess - Htaccess File

Crell/webbspace5/master/sites/all/modules/project/release/.htaccess

# The scripts in this directory should never be invoked from the web.
# They are meant to be run via cron as CLI scripts, preferably as a
# different user than your httpd. Therefore, we prevent them from
# being accessible via the web at all.

<FilesMatch ".php$">
  Order allow,deny
</FilesMatch>

# $Id: .htaccess,v 1.1 2007/06/05 20:45:42 dww Exp $

On Github License

Files

Download PDF of Htaccess file

Comments

Apache