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
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
You can actually do that. Oracle Apex release 20.1 comes by default with readable URL structure while allows you to change back to older type URL
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.
There is no such option till Apex 19.2. In Apex 20.1 release there is an option to Modify the URL Please refer the below link for detailed clarification