Coding Help

Discussion in 'HTML & Website Design' started by log0008, Jul 24, 2012.

  1. #1
    I need help

    I am going to be using a PostBack URL with CPAlead - i need users to be sent to a secure page to enter details to get the reward - how can i do this?? Please help
     
    log0008, Jul 24, 2012 IP
  2. Bryan Zazz

    Bryan Zazz Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    never heard of CPAlead, but in order to make a secure page, you simply need to use the SSL protocol.
    That is, your user will use the "https://" instead of the "http://" prefix when coming to your site.

    To to that you will need
    1. an SSL certificate - you get that at namecheap.com
    2. control of your server - you will need to reconfigure your Apache to use the SSL certificate, and for that you will need access to the configuration files.

    That's about it, but those explanations either helped you or gave you a headache.
    Once you do it a first time, it will become easy, as you'll simply repeat the same steps.
    hope this helped...
     
    Bryan Zazz, Jul 24, 2012 IP