Thursday 10 February 2005 12:58:00 am
Hi all! I have a site which use URI matching.
[SiteAccessSettings]
CheckValidity=false
AvailableSiteAccessList[]=site1
AvailableSiteAccessList[]=pub
MatchOrder=uri
HostMatchMapItems[]
Now I need to change to host.matching (I think), as I need people who type in site1.mydomain.com to get to a different siteaccess than thos who type in site2.mydomain.com. So I tried this:
[SiteAccessSettings]
AvailableSiteAccessList[]=nytt
AvailableSiteAccessList[]=pub
CheckValidity=false
MatchOrder=host
HostMatchType=map
HostMatchMapItems[]=site1.mydomain.com;site1
HostMatchMapItems[]=site1.mydomain.com;site2
HostMatchMapItems[]=pub.mydomain.com;pub
But doing this, I get "module not found"-errors. It seems that the system still uses site1/pub in the URL (e.g. http://site1.mydomain.com/site1/news). Taking that part out of the URL (e.g. http://site1.mydomain.com/news) solves the problem. My question is then: how can I tell ez Publish to do host-matching, but to stop putting the siteaccess-name into the URL? Felix
Publlic Relations Manager
Greater Stavanger
www.greaterstavanger.com
|