forms.conf: RewriteRule /shorturl /forms/frmservlet?config=shorturl [PT]
we faced to an issue with url configuartion in forms.conf. If we define RewriteRule on forms.conf as followed:
RewriteRule /shorturl /forms/frmservlet?config=shorturl [PT]
Then URL:8888/shorturl works correct, but for WLS_FORMS on port 9001, we get error 404. What is wrong? and How can we correct it?
Thanks in advance,
Moh