Thanks guys your solutions worked.
From: Lyle Wincentsen
[mailto:lyle.wincentsen@xxxxxxxxx]
Sent: Thursday, June 18, 2009
12:47 PM
To: users@xxxxxxxxxxxxxxxx
Subject: Re: how to
setup mod_ssl to accept only https requests
>You have two way: remove the 'Listen 80' option, basically
disabling the
>whole http part, or add a 'RedirectPermanent / https:...' to the default
>http vhost to redirect all the http request to https.
You could also call the following php function at the top of each page
where you want to use SSL:
function redirect_to_https() {