Hello all
I've been using apache on fios (a no no, I know lol) and was curious if it's possible to replace the ip in urls with the redirect hostname.
I've got a no-ip address pointing to my server on port 82, and it works fine however when you hover over a link you see the ip address instead of the redirect url. This is in file lists, php, html, anything that uses relative url's. Being a dynamic ip that kind of makes bookmarks sucky for people.
So basically, is there a way to make apache force "http://xxx.xxx.xxx.xxx:82/" to my "http://server.no-ip.com/" when pages are rendered?