I am member of an organization that provides a web address redirection service to its members in the shape of
"organization.country/myusername/"
i can set this up to redirect to my servers IP address (it does not have a DNS name). this works, but the address in the url bar then changes to a naked and ugly IP address.
Now on my debian server, is it possible to tell apache to replace the nn.nn.nn.nn IP address with "organization.country/myusername/", so that it looks better to the visitor?
i think it would be a straightforward search-and-replace, but i don't know if it's technically possible to change the root of the url in this way without affecting the internal structure of my website.
tbh, apache's documentation makes my head swim. i'm totally new to this.
hopefully i'm making sense, i probably didn't get all the terms right.
thanks.