close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

How to change checkout pages to HTTPS?

Thread began 11/27/2009 10:14 am by flhomesites394744 | Last modified 11/30/2009 12:44 pm by Jason Byrnes | 1930 views | 5 replies |

flhomesites394744

How to change checkout pages to HTTPS?

I'm getting real close to getting this all done, but how do I redirect the pages to HTTPS pages once the buyer clicks add to cart button?


Thanks!!!!

Sign in to reply to this post

Office Guy-172461

See if this helps:

SSL and Absolute Links
98/

Sign in to reply to this post

flhomesites394744

I know what pages to HTTPS, I just don't know how to get the add to cart button to direct with HTTPS.

Sign in to reply to this post

khill01186787

Set the page to HTTPS!

If you know the HTTPS pages force them to HTTPS.

PHP Example
<?php
if( $_SERVER['SERVER_PORT'] == 80) {
header('Location:https://'.$_SERVER['HTTP_HOST'].dirname($_SERVER['PHP_SELF']).'/'.basename($_SERVER['PHP_SELF']));
die();
}
?>

<html>
<style type="text/css">
<!--
.style1 {
color: #00FF00;
font-weight: bold;
}
-->
</style>

<p>Hello world</p>
<p>HTTPS security = <span class="style1"><?php echo((isset($_SERVER["HTTPS"]))?$_SERVER["HTTPS"]:"") ?></span></p>
</html>

Change == 80 to 443 and 'Location:... to 'Location:... will reverse

Sign in to reply to this post

flhomesites394744

How do I do that?

Sign in to reply to this post

Jason ByrnesWebAssist

The example code above will redirect a page that was accessed using http to the https page.

you can add that code to your pages to force the visitor to the https side when they access the page.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...