close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

How Do I Use SSL Certificate for PowerStore 3?

Thread began 3/13/2012 4:53 am by Adam Zahler | Last modified 3/13/2012 9:46 am by Adam Zahler | 1331 views | 4 replies |

Adam Zahler

How Do I Use SSL Certificate for PowerStore 3?

Hi,

I setup a store using PowerStore 3 a while back (PS3 was the most recent version at the time) in test mode and the owner has finally decided to go ahead. I've searched around the forums for information about integrating an SSL. The site is hosted on GoDaddy and payments are currently planned using PayPal Payments Pro. It seems people are told to simply make the entire site redirect to https but I would prefer just to use https on the pages that are necessary if possible.

Can someone please provide details on how and where to make the necessary edits and also which pages need to be https.

I have not bought the SSL yet.

Thanks very much!
Adam

Sign in to reply to this post

Jason ByrnesWebAssist

you can force SSL on only some pages by adding the following code at line 1 of the pages to force SSL on:

php:
<?php

//force redirect to secure page
if($_SERVER['SERVER_PORT'] != '443') { header('Location: https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']); exit(); }
?>





the pages that should be secured are checkout.php, confirm.php, checkout_success.php, pp_confirm.php, and pp_checkout_success.php

Sign in to reply to this post

Adam Zahler

Hi Jason. Thanks for the clear response. I'm thinking of also adding the code to the users_LogIn.php and users_Registration.php pages - would that be a good idea?

Adam

Sign in to reply to this post

Jason ByrnesWebAssist

sure, that would be fine.

Sign in to reply to this post

Adam Zahler

Thanks for confirming!

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...