05-02-2023, 06:22 PM
You also need to forward the HTTPS port 443 in your router to the computer you're hosting the site on. You can actually use any unassigned port, but 443 is the default. Any other port number you'd have to add to the domain name, e.g., https://mysite.com:1337/blah/blah/blah.
While you can host an Apache / PHP / MySQL on Windows (WAMP), and it's super easy to do so, it's not recommended. Install Linux / Apache / MySQL / PHP (LAMP) on an old PC. It's more complicated, but also way more secure.
While you can host an Apache / PHP / MySQL on Windows (WAMP), and it's super easy to do so, it's not recommended. Install Linux / Apache / MySQL / PHP (LAMP) on an old PC. It's more complicated, but also way more secure.