6.2 Customizing your URL

When your website goes into production you might want to make it available through a classic URL such as http://www.mysite.com/index.html. To do this:

  • Grab the HTML associated with your home page as provided by the LANSA Web Plugin. Refer to How is the URL processed? for more information.
  • Copy it into a file called index.html
  • Save this file and put it on your Web Server
  • Now your web application can be run with a custom URL (http://www.mysite.com and you no longer rely on the LANSA Web Plugin to provide the application server details, instead it's hard-coded into the HTML.