Forum Moderators: coopster

Message Too Old, No Replies

How can we use HTTPS protocol in a simple php page?

         

An156

5:53 am on Apr 5, 2009 (gmt 0)

10+ Year Member



Hi All..
how can we use HTTPS protocol in a simple php page? i m totally new to this moudule. so plz explain in detail.

Thanks
Anand

rob7591

1:46 pm on Apr 5, 2009 (gmt 0)

10+ Year Member



If you have an SSL installed on your server, just use [example.com...] and it will work the same as http://example.com/yourpage.php

Just have your pages that access private information use https (by linking to them with https).

An156

2:29 pm on Apr 5, 2009 (gmt 0)

10+ Year Member



hey thanks, but can u explain wat is SSL?

An156

2:33 pm on Apr 5, 2009 (gmt 0)

10+ Year Member



I'm using wamp server.. and its not working by the method u suggested.

coopster

6:05 pm on Apr 5, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



SSL is secure socket layer. You set it up in your HTTP server, which in your case is Apache -- the "A" in WAMP.

Apache SSL/TLS Encryption [httpd.apache.org]