
|
If you were logged in you would be able to see more operations.
|
|
|
|
Default rules for navigation to Home Page.
The following rules redirect the /, /index.html and /home URLs to the 'home' portal section.
Therefore, for these rules to work, the Home Page should always correspond to a Portal Section that has a 'systemName' equal to 'home'.
<rule>
<from>^/$</from>
<to last="true">/showPortalSectionResourceBySystemName.jsf?contentObjectSystemName=home</to>
</rule>
<rule>
<from>^/index.html$</from>
<to last="true">/showPortalSectionResourceBySystemName.jsf?contentObjectSystemName=home</to>
</rule>
<rule>
<from>^/home$</from>
<to last="true">/showPortalSectionResourceBySystemName.jsf?contentObjectSystemName=home</to>
</rule>
|
|
Description
|
Default rules for navigation to Home Page.
The following rules redirect the /, /index.html and /home URLs to the 'home' portal section.
Therefore, for these rules to work, the Home Page should always correspond to a Portal Section that has a 'systemName' equal to 'home'.
<rule>
<from>^/$</from>
<to last="true">/showPortalSectionResourceBySystemName.jsf?contentObjectSystemName=home</to>
</rule>
<rule>
<from>^/index.html$</from>
<to last="true">/showPortalSectionResourceBySystemName.jsf?contentObjectSystemName=home</to>
</rule>
<rule>
<from>^/home$</from>
<to last="true">/showPortalSectionResourceBySystemName.jsf?contentObjectSystemName=home</to>
</rule>
|
Show » |
|