Skip to content

Instantly share code, notes, and snippets.

@un33k
Created September 11, 2012 22:41
Show Gist options
  • Save un33k/3702697 to your computer and use it in GitHub Desktop.
Save un33k/3702697 to your computer and use it in GitHub Desktop.
Redirect an integration domain name to a local port to test oAut
RewriteEngine On
RewriteRule ^(.*)$ http://192.168.224.128:8080/$1 [R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment