Hi,
We're migrating from forms 11g to 12c
We have in our app some static content, like help html files.
To serve it, in 11g, we added an alias in the forms.conf , like this:
AliasMatch /forms/docs/(..*) "/app/docs/$1"
WLExcludePathOrMimeType /forms/docs/
This forms.conf file is located here in 11g:
/product/oracle/Middleware/asinst_1/config/OHS/ohs1/moduleconf
Now, I'd like to keep this working in 12c.
I added it in forms.conf file in our new 12c server:
$DOMAIN_BASE/mydomain/config/fmwconfig/components/OHS/instances/ohs1/moduleconf/forms.conf
But when I try the url, I get a 404 not found error.
Any hint?