Convert to or redirect to shorter URL using Oracle XE and APEX 3.01
613687Jan 16 2008 — edited Jan 17 2008Hello,
Is there a way I can a short URL to the longer APEX URLs. I am using Oracle XE and Apex 3.01.
For example, currently I have to give end users the following URL to access the ApEx application:
http://<ipaddress>:8080/apex/f?p=103
Is there a way I can have Oracle XE forward some address such as, for example http://<mysite> --> http://<ipaddress>:8080/apex/f?p=103 ?
There is documentation on how to do this with other versions of Oracle, but I cannot seem to find how to do this for XE, as the web server appears to be within the database itself.
Thanks.