466
Views
4
Comments
How to Eliminate Module Name from URL
Question

We have a deployed site with a URL like https://www.clientdomain.com  After going to that URL and logging in, the URL becomes https://www.clientdomain.com/client_web_app/homepage.aspx  How do we eliminate /client_web_app from the URL.  The client does not want to see it.

Thanks

2016-04-22 00-29-45
Nuno Reis
 
MVP

Hello Steve.

You can configure alias or simply remove sections of the URL by following the steps in

https://success.outsystems.com/Support/Enterprise_Customers/Maintenance_and_Operations/OutSystems_Platform_SEO_Friendly_URLs


UserImage.jpg
Steve Simmons

Thanks Nuno, but I am unclear how exactly to remove it from the post login URL.  An Alias would just provide an alternative module name.  Redirects would rely on the client to address it.  Any guidance would be greatly appreciated.

Thanks

2016-04-22 00-29-45
Nuno Reis
 
MVP

If under Site Rules you set that module to be default, it should work.


Remember that this will override all paths, so to get into other modules (Service Center, Users, etc) you need to:
1) set rule for them and place them above this one

2) or use a domain alias to reach the server.

UserImage.jpg
Steve Simmons

Thanks Nuno.  Unfortunately, we already have that rule in place.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.