ruijst/ttrss-openshift/master/php/.htaccess - Htaccess File

ruijst/ttrss-openshift/master/php/.htaccess

AddType image/svg+xml svg
AddType image/svg+xml svgz

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteCond %{HTTP:X-Forwarded-Proto} !https
   RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI, X-Forwarded-Proto

Comments

Apache