On 6/12/07, Don Don <[EMAIL PROTECTED]> wrote:
Redirect back to http from https

I've set up my apache to redirect from 2 http pages to https when requested
which runs fine...the browser then keeps running other pages on https, I
need to be able to return to normal http when those 2 pages are done with.

I am using the following statements in apache2 in my virtual hosts section

Redirect /host/directory/folder/login.php
https://servername/host/directory/folder/login.php
Redirect /host/directory/folder/register.php
https://servername/host/directory/folder/register.php

What statements can I use to return back to http when the avove 2 pages are
not involved ?

You'll need to look in to your php code where the client is sent to
after login/registration. If this is a relative link the client will
stay on https://servername/

Krist


--
[EMAIL PROTECTED]
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to