I have developed a PHP web application for my thesis using XAMPP. Currently, I can only access it by starting XAMPP (Apache and MySQL) and typing localhost/myapp in the browser. However, I want to make it accessible from anywhere using a domain name with my firstname and secure HTTPS connection—without having to pay for hosting or a domain to be accessible by the teachers.What are the steps to deploy my PHP application to a public domain for free?
↧