tomtuner/app/master/.htaccess - Htaccess File

tomtuner/app/master/.htaccess

#Begin HTTPS
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
#End HTTPS

#Begin Shibboleth
AuthType shibboleth
ShibRequireSession On
require valid-user
#End Shibboleth

#Begin Zend
php_value display_errors on
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [QSA,L]
#End Zend

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache