Problem with virtual directory mapping in forms 12c
Hi Guys,
I have oracle forms 12.2.1.3 on windows 2016.
I have problem with bring to users custom help.
I follow instruction How
to create virtual directory mapping in forms 12c
added in forms.conf
----------------------------------
RewriteEngine on
RewriteRule ^/forms/ipmshelp/(..*) /workaroundipmshelp/$1 [PT]
AliasMatch ^/workaroundipmshelp/(..*) "D:\APPS\ipmshelp/$1"
#WLExcludePathOrMimeType /forms/ipmshelp/
------------------------------------------------
in httpd.conf
---------------------------------
Alias /forms/ipmshelp/ "D:\APPS\ipmshelp/"
<Directory "D:\APPS\ipmshelp/">
Options Indexes MultiViews
AllowOverride None
Require all granted
Allow from all
</Directory>
Include "moduleconf/forms.conf"
----------------------------------------
Restarted http.
running url
http://<host>/forms/ipmshelp/<filename>.<extension>
log error:
GET /forms/ipmshelp/AS1002.htm HTTP/1.1" 403 238
I have forms 11gr2 on windows 2008r2