For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Hi,
we have a vanity url for our VB application. The paths to the different pages look like this:
https://vanity.url.com/?page=shell&shell=main&main=firstpage
https://vanity.url.com/?page=shell&shell=main&main=secondpage
https://vanity.url.com/?page=shell&shell=main&main=thirdpage
Is there a way to adjust that or set up some config or routing, so the paths look like this instead:
https://vanity.url.com/firstpage
https://vanity.url.com/secondpage
https://vanity.url.com/thirdpage
?
I found this documentation: https://docs.oracle.com/en/cloud/paas/app-builder-cloud/visualbuilder-pagemodel/flow-url-representation.html
So, now my paths look like this: https://vanity.url.com/vb/shell/main/firstpage Which is slightly better, but still not exactly what I want.
Thanks.