destroyerdust/RIT-Pep-Band-Server/master/.htaccess - Htaccess File

destroyerdust/RIT-Pep-Band-Server/master/.htaccess

AuthUserFile /usr/local/httpd/.htpasswd
AuthName "Protected Content"
AuthType Basic
require valid-user
RewriteEngine On
RewriteRule ^([^/]*).htm$ /index.php?id=$1 [L]

ErrorDocument 404 /notfound.htm
ErrorDocument 403 /forbidden.htm

On Github License

Files

Download PDF of Htaccess file

Comments

Apache