I tried it.  It's not working right for me.  I'm in discussions with the creator right now, hoping to resolve that. 

It's driving me crazy that I can't get apache redirects to work with drupal though.  Much faster than the module.

.s

Metzler, David wrote:
I haven't used this, but check out the Secure Pages project:
http://drupal.org/project/securepages

Dave

-----Original Message-----
From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On
Behalf Of sander-martijn
Sent: Sunday, September 16, 2007 3:14 PM
To: support@drupal.org
Subject: [support] http > https redirect

Anyone know what I need to do to get individual pages to redirect to 
https? 

These 2 lines work:
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(contact/requestBook)$ https://s24863.gridserver.com/$1 
[R=301,L]

These lines, which should be the exact opposite, redirect all pages to
http:
 # Redirect non-secure pages to HTTP if requested by HTTPS
  RewriteCond %{SERVER_PORT} ^443$
  RewriteCond %{REQUEST_URI} !^contact/requestBook$
  RewriteRule ^(.*)$ http://s24863.gridserver.com/$1 [R=301,L]

I've tried all options here including node/387, index.php?q=node/387, 
including/excluding parens etc - none have worked.

Obviously as is the contact/requestBook page ends in an endless loop.

I tried the securepages module but it's broken.

.sander
  

--

sander-martijn
interface developer | architect
sander@sander-martijn.com
www.sander-martijn.com