Mobile app version of vmapp.org
Login or Join
Holmes151

: Subdomain to subdomain forward with masking I want to forward with mask from one server to another server. In Server One: www.abc.com test.abc.com live.abc.com In Server Two: http://ipaddress.com/folder1

@Holmes151

Posted in: #Dns #Htaccess #Linux

I want to forward with mask from one server to another server.

In Server One:
abc.com test.abc.com
live.abc.com

In Server Two:
ipaddress.com/folder1 ipaddress.com/folder2
test.abc.com --> ipaddress.com/folder1
live.abc.com --> ipaddress.com/folder2

In both servers what i have to do the accomplish this task.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Holmes151

1 Comments

Sorted by latest first Latest Oldest Best

 

@Turnbaugh106

Server one: DNS server. Point the domains/subdomains to the corresponding server (ip/url).

Server two: Web server (Apache, Nginx, IIS etc.). Create virtual hosts/listeners that routes to the correct folder.

Without knowing what server setup you have, it's difficult to give a more detailed answer.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme