Rewrite URL For apache
Hai All,
We followed the below note
Oracle E-Business Suite R12 Configuration in a DMZ(380490.1)
Oracle E-Business Suite Release 12.2 Configuration in a DMZ
Complete setup is working fine using webcache as reverse proxy. I recruitemnt can be accessed in the llink
http://company.domain.com/OA_HTML/IrcVisitor.jsp
as the below rewrite rule is enabled in the url_fw.conf
RewriteRule ^/OA_HTML/IrcVisitor\.jsp$ - [L]
Now I have a requriement to access the irec page when user gives
http://company.domain.com/recruitment
I tried the below rewrite rule
RewriteRule ^recruitment/?$/OA_HTML/IrcVisitor\.jsp$ - [R,L]