openjck/slides.openjck.com/master/.htaccess - Htaccess File

openjck/slides.openjck.com/master/.htaccess

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

# Serve WebM videos with the correct type to encourage browsers to play them
# directly.
AddType video/webm .webm

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, HTTPS, REQUEST_URI

Comments

Apache