Skip to content

Instantly share code, notes, and snippets.

@CaptainYarb
Created May 27, 2014 18:30
Show Gist options
  • Save CaptainYarb/47b25db974b3233a6f90 to your computer and use it in GitHub Desktop.
Save CaptainYarb/47b25db974b3233a6f90 to your computer and use it in GitHub Desktop.
Redirect to HTTPS for non static content
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_FILENAME} \.(gif|jpe?g|png|js|css|swf|ico|txt|pdf|xml)$ [OR]
RewriteRule ^(.*)$ https://getnodecraft.net/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment