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
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to