I have a site that has multiple sites running off it. Each site is just held in it’s own template group.
http://www.mysite.com/event1/
http://www.mysite.com/event2/
Each event site uses the same channels such as News, Videos Photos etc. and i use Status’s to define the sites.
Problem is when I use the search on each site, the results come out using the {auto_path} and i can only set the auto_path URL to one site.
For example my Search Results URL for the news channel in the admin is http://www.mysite.com/event1/news-article/
The problem is that this stuffs up the search results on my http://www.mysite.com/event2/search-results/ page as it sends the user to http://www.mysite.com/event1/news-article/story_title.
Is there a way to a edit the address on the fly, i would love to just reference the {segement_1} some how.
any advice would be greatly appreciated.