I would like a tab specific strategy for a page with the Property Agent module. I would like to remove the tab names, the pageType and the aspx:
From:
http://wholylocal.com/directory/business-listing/health-wellness/healing-center/healing-center/pageType/view.aspx
To:
http://wholylocal.com/hea...enter/healing-center
I have adding a new tab specific strategy for: //directory/businesslisting, but it's not working. Could you please explain how to set up the tab specific strategy for this page?
Thanks.
Hi, the Extension Less url functionality works on the whole website only. So you can't remove extension rewrite group specificly for a page. For your rewrite rules, if you remove specificly for the tab //directory/businesslisting, the rewrite group TabName, u will not be able to access to this page without troubles. The best way for that, would be to add a conditionnal behaviour to the specific Property Agent rule. You need to test if the TabID is egal to the id of your tab //directory/businesslisting. The flee expression will be like this : Input.Param("TabID") = "123" Note : 123 is an example of tabId Best regards,