Hi Zippy,
There are two issues here:
The answer to #2 is: yes.* It will take a few days to get it done.
- Can your web server's PHP installation send to a HTTPS? [/*]
- Can we change FormMail to add this new feature?[/*]
To find*the answer to #1, use the following script on your server:
If your PHP version is 4.3.0 or later, look for the "Configure Command" section.Code:<?php phpinfo(); ?>*
If it says somewhere "--with-openssl", then you can open https URLS with PHP. Here's a script you can run to test with our secure server:
If not, then you'll need to get your hosting provider to reconfigure PHP for you or contact worldpay for a different solution.Code:<?php $fp = fopen("https://secure31.vosn.net/~tectite","r") || die("open failed"); echo "Open OK"; ?>


Reply With Quote
Bookmarks