Razorcake/razorcake/master/sites/all/modules/versioncontrol_git/vcs_hooks/.htaccess - Htaccess File

Razorcake/razorcake/master/sites/all/modules/versioncontrol_git/vcs_hooks/.htaccess

# $Id$

# The scripts in this directory should never be invoked from the web.
# They are meant to be run via as CLI scripts called via Git's own
# hooks (see README.txt for details). Therefore, we prevent them from
# being accessible via the web at all.

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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache