I'm trying to create a Web Application with Host Header name and throwing HTTP 404 Page Not Found. DNS entry added and added in the hosts file with IP and host header name. I could create successfully in our dev environment with port 80 (only with port
80) My questions are
1. When I create with different port number apart from 80, it is showing with error "No Route to Host". Not sure why
2. In Test and Prod environments, even port 80 is not working and giving HTTP 404 Page Not Found error. Apart from port 80, with other port numbers, giving "No route to host" error
Can you please suggest how to fix these