AlexWyrm/AIS/master/Server/htdocs/secure/collector/.htaccess - Htaccess File

AlexWyrm/AIS/master/Server/htdocs/secure/collector/.htaccess

#AuthType Basic
#AuthName "Secure"
#AuthBasicProvider file
#AuthUserFile /opt/lampp/passwords/passwd.dat
#AuthGroupFile /opt/lampp/passwords/groups.dat 

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/secure/collector/$1 [R,L]

Require group collector
Require group admin
#Satisfy any

On Github License

Files

Download PDF of Htaccess file
HTTPS, SERVER_NAME

Comments

Apache