Hiding Portnumber, application id, session id etc in the url
ashok_dJul 1 2009 — edited Jul 17 2009My question is this:
I have an application in Apex. I want to send out this URL to users to start using it. Problem is my url does not look nice. It looks something like this:
http://hostname:777/pls/apex/f?p=100:1
Instead of the above, I want to give something like this:
http://hostname/application_name
Now, if this redirects to http://hostname:777/pls/apex/f?p=100:1, that's fine with me.
An example of what I want would be the odtug website. When you type in www.odtug.com, it automatically redirects to http://www.odtug.com/apex/f?p=500:1:0
Is there any documentation out there that explains how to do this ?
Ashok