- Go to your application --> Page 101 (Login) --> under Page Processing look for Processing, Login --> in the source area change the line P_FLOW_PAGE => :APP_ID||':1' so that the page number is after the colon from 1 to whatever you want.
- Go to your application --> Shared Components --> Authentication Schemes --> Application Express --> in the logout URL change the page number from 1 to whatever you want at the end of the text string.
- Go to your application --> Shared Components --> Edit Security Attributes in Authentication replace the number 1 in the text string for the page you want to be your home page.
Wednesday, May 23, 2007
Changing APEX Home Page
Sometimes, for many reasons, I have to delete Page 1 in my Application Express project. This "breaks" the login process as it, by defaults, always wants to go to Page 1. I've looked around to found out how to change this but haven't been successful until I came across this post in the APEX forum, worked perfectly.
So, for APEX 3.0 do the following