Last active
December 26, 2015 15:49
-
-
Save AlphaGit/7175558 to your computer and use it in GitHub Desktop.
ManagedFusion.Rewriter.txt configuration file example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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