jodyHamilton/neckbeard/master/sites/all/modules/project_issue/scripts/.htaccess - Htaccess File

jodyHamilton/neckbeard/master/sites/all/modules/project_issue/scripts/.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$

On Github License

Files

Download PDF of Htaccess file

Comments

Apache