Skip to content

Instantly share code, notes, and snippets.

@isramv
Created September 21, 2014 13:25
Show Gist options
  • Save isramv/836684ab899d8c799164 to your computer and use it in GitHub Desktop.
Save isramv/836684ab899d8c799164 to your computer and use it in GitHub Desktop.
# Redirect for VM
# Old site
RewriteCond %{HTTP_HOST} ^videomind\.ooyala\.com$ [NC]
# New site
RewriteRule ^(.*)$ http%{ENV:protossl}://www.ooyala.com/videomind%1%{REQUEST_URI} [l,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment