we have a confluence that is access by the url portal.company.com
I have set the start page in configuration to the News page of Intranet space, thus as soon as user go to portal.company,com he/she is redirected to portal.company.com/INTRANET/News
I need a simple url rewrite, so the user will see in the address bar just portal.company.com but the content should be from INTRANET/News... so I need rewrite, not redirect - any Ideas
I've tried tweek urlrewrite.xml (with the plugin installed):
<rule>
<from>^$</from>
<to type="redirect">/display/INTRANET/News</to>
</rule>
<outbound-rule>
<from>/display/INTRANET/News</from>
<to>^/$</to>
</outbound-rule>
This should help you get started: http://www.tuckey.org/urlrewrite/
I think I have a loop:
1. portal.company.com redirects to portal.company.com/homepage.action
2. in preferences I set homepage to be /INTRANET/News so it is redirected there
3. And what is weird, my outbound rule is treat like redirect to portal.company.com and we have a loop
P.S. I'm already using tuckey dlls for that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.