Forum Moderators: phranque
silly question maybe, dont know if already posting by another, sorry first, btw:
how redirect DOMAIN name to my site at another IP address where my file on it, i already try using DNS but at browser still show up IP address, is possible to redirect not show my IP address ?
maybe htaccess code have something about this
thanks
In doing so, a browser will update its address bar -- an important consideration for user security.
So, by definition, a browser redirect will always result in the new URL being displayed in the address bar.
You may wish to look into setting up a reverse proxy to pass specific requests from your front-end (domain) server to the back-end (IP address) server, and to pass its responses back to the requesting client, but this involves proxy and logging configuration changes, and is not "simple." See Apache mod_proxy (reverse proxy) and mod_log_config.
Jim