I have added a child portal and it works no problem. To get to the home page however, I MUST include the default.aspx like so:
https://orig_portal.com/new_portal/default.aspx
In order to allow https://orig_portal.com/new_portal to work, I added a rewrite rule to SiteURLs.config like so:
.*/gsap* ~/Default.aspx?TabId=215
SendTo However this does nothing. Any suggestions?
|