smtech/canvas-admin-scripts/master/.htaccess - Htaccess File

smtech/canvas-admin-scripts/master/.htaccess

# lock scripts so that no ne'er-do-well can mess around
# http://httpd.apache.org/docs/2.2/programs/htpasswd.html for more info
AuthType Basic
AuthName "scripts"
AuthUserFile /var/www-data/canvas/.htpasswd
Require valid-user

On Github License

Files

Download PDF of Htaccess file

Comments

Apache