Hi
Does anybody where abouts the context settings are in v2.3.1? I cant find them anywhere, and add ons that refer to settings ->context is not the correct place in the new version.
please advise.
Thanks
Hi
Thanks for your help
When contextrouter referrs to:
2. Make sure your contexts have http_host context settings set.
3. (optional) Assign http_host_aliases context settings where needed to alias other hosts.
What do I need to do to ensure that contectrouter is setup correctly?
Hi
Thanks for your reply.
The http_host_aliases from the contextrouter, allows you to use multiple domains using only 1 context. rather than setting up different contexts for different websites, the contextrouter allows me to use domain1.com and domain2.co.uk to point to the same location hence this is exactly what i need the modx site to do.
the only problem being is that the http_host doesnt seem to be dynamic, so Im relying on a bit of php code to get the HTTP_HOST using the global $_SERVER variable
HI
Thanks for your reply. No, ive configured apache in Linux to do this.