John: After removing all portal rules and saving the configuration, here's the contents of the ResourceLocationTable.config file: = p> <resourceLocationTable> <resourceLocationItem virtual-path=3D"casestudies.aspx" url=3D"/default.aspx?tabid=3D93" /> <resourceLocationItem virtual-path=3D"/valueproposition.aspx" url=3D"/default.aspx?tabid=3D90" /> <resourceLocationItem virtual-path=3D"approach.aspx" url=3D"/default.aspx?tabid=3D92" /> <resourceLocationItem virtual-path=3D&= quot;/thedifference.aspx" url=3D"/default.aspx?tabid=3D89" /> <resourceLocationItem virtual-path=3D"/home.aspx" url=3D"/default.aspx?tabid=3D72" /> resourceLocationTable> I decided to remove all entries here and start from scratch. 1. Just adding the PB module into my page named ValueProposition, 2. Set this virtual path to /valueproposition.aspx, 3. Created a new portal rule called Value Proposition,which searches for http://mysub.mydomain.com/ValueProposition/tabid/90/Default.aspx and replaces it with http://mysub.mydomain.com/valueproposition.aspx, 4. and saved the configuration, I still experience the same results, where the Home page is always displaye= d. Here's the new ResourceLocationTable.config file:
<resourceLocationTable> <resourceLocationItem virtual-path=3D"/valueproposition.aspx" url=3D"/default.aspx?tabid=3D90" /> resourceLocationTable> At first, I thought it was a case sensative issue, but after furter investigation, I get the same results.
In addition, I removed the portal rules, and focused on just the virtual path. With just the virtual path set, and manually navigating to http://mysub.mydomain.com/valueproposition.aspx, this too yeilds the same wacky result of showing me the home page.
Are there any other files I could view and post to help with this challenging issue?
Thanks,
Jim
|