Skip to content

Instantly share code, notes, and snippets.

@deepakaryan1988
Created March 2, 2015 17:21
Show Gist options
  • Save deepakaryan1988/47b18e1ff911572ed4c2 to your computer and use it in GitHub Desktop.
Save deepakaryan1988/47b18e1ff911572ed4c2 to your computer and use it in GitHub Desktop.
Redirect single page to https
RewriteEngine on
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^quote-flow https://%{HTTP_HOST}/quote-flow [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment