When developing software locally (on Windows), like many others, I use WAMP SERVER.
WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin to easily manage your databases.
It is not uncommon that when developing and testing locally, I want to view pages over HTTPS. HTTPS refers to the use of ordinary HTTP over an encrypted Secure Sockets Layer (SSL) or Transport Layer Security (TLS) connection. For me, this is normally useful when testing shopping carts, etc.
It is certainly possible to setup WAMP to support this. Originally, I used the extremely detailed JLBN guide here. That guide offers much detail in every step, and if you have time to follow all 53 steps, I urge you to do so. However, not only is this article spread over multiple pages (making it difficult to quickly skip around the guide), it also has too many adverts (which break the flow of the pages) therefore, I put together a slightly more concise guide, along with a few solutions for problems I encountered along the way.
Rosa, 06. September, 2011 | #
Rosa, 06. September, 2011 | #
Dave Horsfall, 29. August, 2011 | #
OppfinnarJocke, 29. August, 2011 | #