Skip to Main Content

APEX

Announcement

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!

How to Make an apex page as public

Santhosh Tirunahari-OracleApr 8 2008 — edited Apr 14 2008
I have created one apex page in an application. And i wanted to access that page with out login. User can see the page directly.

example : http://www.example.com/pls/htmldb/f?p=230
assume above is the application url. and i have created a page. Id is 1.and i made the page with out authentication.

And when i try to access http://www.example.com/pls/htmldb/f?p=230 url still it asking for the login.

when put the :1 after p id, like http://www.example.com/pls/htmldb/f?p=230:1
then page is visible with out authentication.

I need the page to be shown http://www.example.com/pls/htmldb/f?p=230 with this URL.
is there any options in apex to make this work?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2008
Added on Apr 8 2008
4 comments
1,861 views