Oracle Forms (MOSC)

MOSC Banner

Problem with virtual directory mapping in forms 12c

edited May 31, 2018 11:44AM in Oracle Forms (MOSC) 3 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center