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.
- 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
- 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>
-->