Htaccess File

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

HTTP_HOST, HTTPS, REQUEST_URI
# 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
Exit mobile version