- Config requirements system
- Install Nginx + MySQL + PHP-FPM
- Some potentials bugs while installation
- Enable
https
in Nginx
- Create certificate
- Config Apache to access
https
instead ofhttp
- Config mod rewrite to generate SSL url
- Config Virtual host to test site
- Go to your XAMPP installation directory (in my case it’s E:\xampp), figure out apache folder. In this, find & run batch file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### How to test 'https' in XAMPP for localhost ? I will guide you | |
*Step 1 : Go to your XAMPP installation directory (in my case it’s E:\xampp), figure out apache folder | |
![Step 1 image](http://imgur.com/a/BQF19) | |
*Step 2 : In this folder, run this batch file named “makecert.bat” : | |
![Step 2 image](http://imgur.com/a/pqnXu) |