0
Good my problem is because I have an open site at door 80 and a project made in open Node at door 8080. I own the domain:https://erkonow.com, when trying to access it only directs all subdomains to my site (making my application run out of domain), is there any way I can make the application point to a subdomain? In the case: https://coup.erkonow.com, I use Xampp. Someone can explain or give me some guidance?
Another possible output would be a way to run *.php in this app of mine, because then I could fit the page I want to the app.
Dude, change the Node port by express (or whatever web server you’re using with Node), that’s it. Put port 3000.
– Rodrigo Mello