Hi there,
I looked at the forum about User friendly URLs and I am trying to figure it out, but failed. So hopefully someone can help me.
I am building portal for testing purposes. My index page shows a login en after successfull login the user gets redirected to the portal section of my app portal-home. But I want it to be /portal/home. Then there as an example the user can go to the profile page /portal/profile.
Question: I have read about using navigation and using open external webpage or using external links to navigate to /portal/home or /portal/profile. But the problem is that my pages are renamed to portal_home and portal_profile. So how can I manage to let these pages be located at /portal/home and /portal/profile. Because navigating to these paths results in an 404.
thanks!