URLs for specific page?

0
Hi everyone,   i what to set up my app in a way, that i can directly jump to a page using a specific url. Example:   Homepage: */.mendixcloud.com Shop: */.mendixcloud.com/shop/overview Contact: */.mendixcloud.com/contact   Is something like that possible?   Kind regards Tom
asked
3 answers
1

Hi Tom,

Try this appstore widget: https://appstore.home.mendix.com/link/app/65083/

GL!

answered
1

Sure you can since 7.23 or somewhere thereabout each page has a property “url”. If you add “shop” there, then your page will be reachable at <yourappsurl>/p/shop.

If you do not want the /p in between, you can add a requesthandler, which will be more fun but more hassle as well. For an example requesthandler, add MendixSSO, https://appstore.home.mendix.com/link/app/111349/, to your project.

answered
0

Hey Tim and Ruud,

you are awesome! That helps a lot!

answered