Oracle WebCenter Interaction Administrator Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Disabling Friendly URLs

By default, you can direct users to portal areas with simple URLs, referred to as friendly URLs. However, you can disable friendly URLs for your deployment if you want to.

  1. Open the following file in a text editor: Install_Dir\bea\alui\settings\portal\FriendlyURLs.xml. For example: C:\bea\alui\settings\portal\FriendlyURLs.xml or /opt/bea/alui/settings/portal/FriendlyURLs.xml
  2. Comment out any FriendlyURLMapping you want to disable. For example, you can disable friendly URLs for Knowledge Directory folders by commenting out the following code:
    	<!--
    	<FriendlyURLMapping>
    		<key>directory</key>
    		<classId>17</classId>		
    	</FriendlyURLMapping>
    	-->
Related tasks

  Back to Top      Previous Next