Skip to content

Instantly share code, notes, and snippets.

@AlphaGit
Last active December 26, 2015 15:49
Show Gist options
  • Save AlphaGit/7175558 to your computer and use it in GitHub Desktop.
Save AlphaGit/7175558 to your computer and use it in GitHub Desktop.
ManagedFusion.Rewriter.txt configuration file example
RewriteEngine On
# Uncomment these lines to enable logging
# RewriteLog "log.txt"
# RewriteLogLevel 9
RewriteRule ^/api/(.*) http://api.anotherserver.com/$1 [QSA,P,NC]
RewriteRule ^/testing/(.*) http://blog.alphasmanifesto.com/$1 [QSA,P,NC]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment