I have setup simple inventory system (built in PHP) in XAMPP. Its working successfully
Now I want it to be able to be accessed via internet. I have purchased a domain from Hostinger as well. I am trying to figure out a way to point my domain to this localhost in XAMPP. For the time being I am using ngrok, but its just temporary. I have bought a separate PC as well in which I have installed the XAMPP and its got an internet connection too.
I need to know of a way to connect my domain from Hostinger to the localhost, so if I type in the domain name in any of the device, I should be able to access it from anywhere, like how it happens typically on the internet.
Is there a solution for this?
I tried many tutorials from the internet but those tutorials doesn’t address the problem I need to solve.