问题
how to make human readable URLs in oracle apex currently my url seems like
https://example.com/apex/f?p=107:1:13482402024834:::::
what i want my database application url looks like.
https://example.com/apex/home
i am using oracle apex 18.2
回答1:
You can define DAD in the database, and provide name for the apex application in user-interface of application properties the url will have the name of application instead app number, aslo to mask the page numbers you can give alias to pages.
来源:https://stackoverflow.com/questions/55647814/human-readable-urls-in-oracle-apex