[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-developers] Forcing HTTPS for certain parts of a site



Wouldn't that load the very same page but with SSL so would cause an
infinite loop!

You would need to put:

http://www.domain.com/adminstrate (points to the root file in the
directory)

<html>
<body>
<script>
window.location="https://www.domain.com/adminstrate/anotherpage.html";
</script> </body> </html>

-----Original Message-----
From: cobalt-developers-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-developers-admin@xxxxxxxxxxxxxxx] On Behalf Of Francesc
Leveque
Sent: 22 August 2001 18:41
To: cobalt-developers@xxxxxxxxxxxxxxx
Subject: Re: [cobalt-developers] Forcing HTTPS for certain parts of a
site


El 22 Aug 2001 09:28:11 +0100, Peter Dickson escribió:
> How do I force HTTPS when browsing certain areas of a site? e.g. if I 
> try and browse to http://www.domain.com/adminstrate I want the browser

> to automatically go to https://www.domain.com/adminstrate.
> 


One way to do that... Just suggesting

http://www.domain.com/adminstrate

should look like this:

<html>
<body>
<script> window.location="https://www.domain.com/adminstrate"; </script>
</body> </html>

_______________________________________________
cobalt-developers mailing list cobalt-developers@xxxxxxxxxxxxxxx
http://list.cobalt.com/mailman/listinfo/cobalt-developers