good morning I need some help. I have a Linux server with apache. This server has the domain eg www.dominio1.com , You want to access a Web application http://www.dominio1.com/aplicacion1 this application1 are to be hosted on another server, eg ip: 62.12.34.56. For access to the apache http://www.dominio1.com/aplicacion1 do a redirect to: http://62.12.34.56/aplicacion1, The problem comes in the client browser http://62.12.34.56/aplicacion1 appear to me, how do I hide this url and I http://www.dominio1.com/aplicacion1 appear in the browser?? thank you very much a Greeting
It depends on how did you point that domain name to your ip address. If it was via redirection from your domain name registrar, then it will probably show up IP address each time, as domain name only redirects to that address (unless they offer some cloaking as well). If not, then this shouldn't be happening at all. Depends on your apache/dns configuration pretty much. Just pointing a domain name to that IP address is not enough. Sooo... 1. How did you configure it in your apache config? (if you configured it manually, or maybe through cpanel/ensim/plesk/webmin or whatever) 2. Did you entered some settings in your named/bind (dns) server? (if you are running any) 3. How do you plan to point your domain name to your server? At this moment I see it using GoDaddy (WildWestDomains) name servers, and A record pointed to their server. I hope this helps, or at least points you to the right direction to investigate further.