All pastes #2046476 Raw Edit

Unnamed

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

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