Apache Rewrite Problem With Webcenter URL
(Doc ID 2196852.1)
Last updated on SEPTEMBER 30, 2024
Applies to:
Oracle WebCenter Sites - Version 11.1.1.8.0 and laterInformation in this document applies to any platform.
Goal
We found that if the webcenter URL has a "%2F" then the apache rewrite will not work
e.g. RewriteRule ^/test/([0-9]+)$ /Satellite?c=Page&childpagename=t%2FPage%2FhomePage%2FT_T1_homePage&rendermode=preview&pagename=service%2Fcommon%2Wrapper&cid=$1 [NE,R,L]
We open the URL https://{hostname:port}/test/<id> will redirect to https://{hostname:port}/Satellite?c=Page&childpagename=PageFhomePageFT_T1_homePage&rendermode=preview&pagename=serviceFcommonWrapper&cid=<id>
All "%2F" in the URL will missing
How to prevent webcenter from having "%2F" in the URL ?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |