Skip to Main Content

Integration

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!

OAS Redirection

user9338712May 13 2014 — edited May 17 2014

Hai,

Am having OAS 10.1.2 installed .. forms deployed and accessible over the url:

http://hostname.domainname/forms/frmservlet?config=TEST

I have a requirement to access the application over the URL

http://hostname.domainname

and the complete forms application need to be accessed over it. (with out URL redirecting to the original URL http://hostname.domainname/forms/frmservlet?config=TEST).

So, I set the below in httpd.conf

RewriteEngine on

RewriteRule ^/$ /forms/frmservlet?config=TEST[PT]

and the URL

http://hostname.domainname is opening but redirecting to the original URL http://hostname.domainname/forms/frmservlet?config=TEST

Any idea how I can prevent this and the users need to see only the URL http://hostname.domainname

Thanks in advance

Comments

Sharmela-Oracle

Hi,

Set UseCanonicalName to off and check if it helps.

-Sharmela

1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 14 2014
Added on May 13 2014
1 comment
992 views