These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for How do I create a forwarded domain on the new forum.
I want to create a website which does not accept email and merely forwards all requests, or at least web requests, to a different domain.
EG:
routes to
possible to do through the interface? I mean I know I could do a redirect with an http document, but that's not what I want at all!!
Thanks
In the scenerio you're describing, is hellothere.com -- the URL you're redirecting to -- is that on your Virtualmin server?
And just so that I understand what you're after -- what is it about redirecting using an HTML document or .htaccess that's undesirable?
One option if both domains exist on your Virtualmin server, is to create the one server as an alias for the other. You can do that by going into Create Virtual Server, and choose to make an Alias Server.
-Eric
Alias Server = solution I was after... thanks!