Created
May 4, 2011 01:03
-
-
Save Chrissy/954567 to your computer and use it in GitHub Desktop.
This file contains 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
#if begins with folio rewrite to false | |
RewriteRule ^folio/workspace/images/(.*) workspace/scripts/watermark.php?src=$1&resize=false | |
#else dont | |
RewriteRule ^workspace/images/(.*) workspace/scripts/watermark.php?src=$1&resize=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment