All pastes #2046477 Raw Edit

Unnamed

public text v1 · immutable
#2046477 ·published 2011-04-14 18:06 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/$1 [R,L]