<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I tried it.&nbsp; It's not working right for me.&nbsp; I'm in discussions with
the creator right now, hoping to resolve that.&nbsp; <br>
<br>
It's driving me crazy that I can't get apache redirects to work with
drupal though.&nbsp; Much faster than the module.<br>
<br>
.s<br>
<br>
Metzler, David wrote:
<blockquote
 cite="mid:25C3492D5925964585F542C770231C120F0F11@oak.evergreen.edu"
 type="cite">
  <pre wrap="">I haven't used this, but check out the Secure Pages project:
<a class="moz-txt-link-freetext" href="http://drupal.org/project/securepages">http://drupal.org/project/securepages</a>

Dave

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:support-bounces@drupal.org">support-bounces@drupal.org</a> [<a class="moz-txt-link-freetext" href="mailto:support-bounces@drupal.org">mailto:support-bounces@drupal.org</a>] On
Behalf Of sander-martijn
Sent: Sunday, September 16, 2007 3:14 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:support@drupal.org">support@drupal.org</a>
Subject: [support] http &gt; 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)$ <a class="moz-txt-link-freetext" href="https://s24863.gridserver.com/$1">https://s24863.gridserver.com/$1</a> 
[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 ^(.*)$ <a class="moz-txt-link-freetext" href="http://s24863.gridserver.com/$1">http://s24863.gridserver.com/$1</a> [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
  </pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<hr align="center" noshade="noshade" size="1" width="100%">
<p
 style="text-align: center; font-family: verdana,arial,helvetica,sans-serif; color: rgb(51, 51, 51); font-size: 10px; text-transform: lowercase; font-style: normal; font-weight: normal;"><a
 href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander-martijn</a><br>
interface developer | architect<br>
<a href="mailto:sander@sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">sander@sander-martijn.com</a><br>
<a href="http://www.sander-martijn.com"
 style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;">www.sander-martijn.com</a>
</p>
<hr align="center" noshade="noshade" size="1" width="100%"></div>
</body>
</html>