All pastes #2046483 Raw Edit

Unnamed

public text v1 · immutable
#2046483 ·published 2011-04-14 18:16 UTC
rendered paste body
        RewriteCond %{HTTPS} off
        RewriteCond %{REQUEST_URI} ^/buy$
        RewriteRule ^(.*)$ https://forhangovers.com/buy [R,L]

        RewriteCond %{HTTPS} on
        RewriteCond %{REQUEST_URI} !^/buy
        RewriteRule ^(.*)$ http://forhangovers.com/$1 [R,L]