Page forwarding
In a standard website one can write your index.html to forward the request to a different page. How can we achieve this with Agile application. If someone, instead of typing the complete URL "https://myagilesite.com/Agile/default/login-cms.jsp" just type https://myagilesite.com , I want to automatically forward them to the correct URL. Did anybody did this with Agile before?
Regards