How do I create a forwarded domain

3 posts / 0 new
Last post
#1 Tue, 12/29/2009 - 12:22
mrwilder

How do I create a forwarded domain

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:

http://domain.info

routes to

http://www.hellothere.com

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

Tue, 12/29/2009 - 12:43
andreychek

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

Tue, 12/29/2009 - 19:54
mrwilder

Alias Server = solution I was after... thanks!

Topic locked