Skip to content

Instantly share code, notes, and snippets.

@Valid
Created January 18, 2018 16:18
Show Gist options
  • Save Valid/b9a7ba079f94c5812b5381b0c6643710 to your computer and use it in GitHub Desktop.
Save Valid/b9a7ba079f94c5812b5381b0c6643710 to your computer and use it in GitHub Desktop.
RewriteEngine on
RewriteCond %{HTTPS} !on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
RewriteCond %{HTTP_USER_AGENT} facebookexternalhit
RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment