Hi 开发者_如何学编程how to deploy a SSL
enabled web site in XAMPP .. if im using PHP
do i need to make any changes in the code ?
There are some specific changes you might need to make, from the top of my head:
- Secure Cookies
- Scheme and Port manipulation in URLs
- HTTP to HTTPS validations and redirections
精彩评论