oss/rpm2php/master/rpm2php/.htaccess - Htaccess File

oss/rpm2php/master/rpm2php/.htaccess

Order Allow,Deny
Allow from all

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

AuthType Basic
AuthName "OSS Publish Area - No save space"
AuthBasicProvider ldap

AuthLDAPUrl "ldap://ldap.nbcs.rutgers.edu/ou=stanley,o=Rutgers CSS,c=US?uid?sub" TLS

AuthzLDAPAuthoritative off

<Files "login.php">
Require user dhalik kc2hmv ngavini kmulvey jcc schubert mdavila jarek orcan rfranknj sjlu
Require group studsys sysprog
</Files>

<Files "logout.php">
AuthBasicProvider file
AuthUserFile /var/www/html/rpm2php/.htpasswd
Require user log
</Files>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache