/bd-ogcgw/usr/Interwoven/TeamSite/iw-webd/conf/rewrite.conf.template
There are three login page in TeamSite(7.3), teamsite, iw-cc, iw-admin
I want to disabled, teamsite and iw-admin, can I add rewrite rule in this config file, when iw-admin/teamsite redirct to iw-cc, if can, how?
I added a rewrite rule as below
RewriteRule ^/iw-admin/action/iw.admin.ui|/iw-teamsite/action/iw.ui$ /iw-cc/command/iw.ui [R,L]
before login, it redirects to what I need, but if I login, then the page hold blank and no response.