Jump to content

Recommended Posts

Posted

Hyperserver is configured for one domain.

 

How to make it serve 2 or more domains.

Example.

UniGui1.com domain.

NewWebsite.com made using UniGui.

How to configure?

 

Posted

From - Developer's Guide > uniGUI HyperServer > HyperServer Applications

For instance, consider your default application is accessed through below URL:

http://mywebserver.com
http://newdomain.com

 

We assume you have configured two additional applications, one with alias accounting and another with alias stock. You will be able to access these applications using one of the below URLs:

 

Use a URL path:

http://mywebserver.com/accounting

http://newdomain.com/stock - how?

 

Or access a subdomain:

 

http://accounting.mywebserver.com

http://stock.newdomain.com - how?

 

×
×
  • Create New...