Skip to content

Instantly share code, notes, and snippets.

View coloradocory's full-sized avatar

Cory Ballentine coloradocory

View GitHub Profile
@joshhartman
joshhartman / .htaccess
Created October 24, 2015 15:44 — forked from anonymous/.htaccess
SSL Proxy Redirect to HTTPS (compatible with Network Solutions web hosting)
RewriteEngine on
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]