Create shortcut for ERP on Client Website


Ashvin Gami

2024-05-31 20:35:13


    Steps:

    1. Suppose client website is company.com and we expect to open erp using short url as erp.company.com
    2. Create A record on company.com domain server and point to our website IP
    3. 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>

    4. Open https://erp.company.com and it will redirect to the erp login page.




    Related Articles