- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
24-04-2023 02:01 PM - edited 24-04-2023 02:04 PM
Hi,
I have a requirement to host multiple websites on the same server where HOPEX is installed. Websites will be hosted separately, not under the default website.
A public address (Alias: https://hopex.com) is used to access HOPEX.
Each website will have it's own public address (Alias: https://hopex360.com) pointing towards the same server on port 443.
@oguimard can you please guide?
The below post is related to hosting websites under the default website.
https://community.mega.com/t5/HOPEX-Forum/quot-Private-internal-SSL-quot-certificate-on-HOPEX-V5/td-...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
24-04-2023 02:17 PM
Hello,
You can find more about the static website deployment in the standard documentation.
You have to refer to IIS configuration on how to configure the website.
Some area to look :
- For each website you need to put the port 443 and hostname.
- You need to adjust URL rewrite rule to add condition with the hostname. Some sample here on the URL rewrite condition https://doc.mega.com/hopex-v5-en/#page/Deploy/HOPEX_Application_Server_-_Installation_V5.0_EN.Instal...
