We\'ve got a shopping site which we\'re hosting on a shared host (Mediatemple Gridserver). Some parts of the site need to use HTTPS (checkout etc) but the rest should be usi
I think it should be:
RewriteCond %{HTTPS} =on ^/checkout(.*) http://shoppingsite.com/checkout$1 [R]
See the mod_rewrite documentation.