Create shortcut for ERP on Client Website
Steps:
- Suppose client website is company.com and we expect to open erp using short url as erp.company.com
- Create A record on company.com domain server and point to our website IP
- Put below 3 lines of code in file with name "index.html" and save in the main folder of erp.company.com.
<html><head>
<meta http-equiv="refresh" content=0;URL="https://books.strategicerpcloud.com/strategicerp">
</head><body></body></html>
-
Open https://erp.company.com and it will redirect to the erp login page.