plan.xml/forms.conf alias mapping not working.
I am trying to configure a Forms 11g Server to include a /forms/help directory.
I have tried the suggested configuration in the forms.conf or plan.xml files.
The forms.conf configuration doesn't work, because it has a location map to forms directory.
I get the 404. The problem is mapping directories under the /forms directory, because it looks like the location mapping takes precedence. Any ideas.
Below is my forms.conf and plan.xml .
### Forms
RewriteEngine on
RewriteRule ^/forms/help/(..*) /workaroundhelp/$1 [PT]
AliasMatch ^/workaroundhelp/(..*) "/x01/middleware/wls_forms/forms/forms/application/h
elp/$1"
<IfModule !mod_osso.c>
LoadModule osso_module ${ORACLE_HOME}/ohs/modules/mod_osso.so