Thursday 15 February 2007 12:55:39 am
I think you are talking about url redirection, and that can be made with mod_rewrite in apache. You can find more info at: http://httpd.apache.org/docs/2.0/misc/rewriteguide.html also, as Kristof said, you can use HostMatchType rule like this Regexp matching
HostMatchType=regexp
HostMatchRegexp=^(.+)\.example\.com
HostMatchRegexpItem=1
This regexp setup uses the regular expression ^(.+)\.example\.com to match anything in front of .example.com. The first match is set up to hold the siteaccess. E.g the hostname test.example.com yields the siteaccess test. from: http://ez.no/doc/ez_publish/technical_manual/3_8/reference/configuration_files/site_ini/siteaccesssettings/hostmatchtype obviously you need to setup your webserver to accept requests for site1.domain.com and so on. hope this helps!
--
Xavier Serna
eZ Publish Certified Developer
Departament de Software
Microblau S.L. - http://www.microblau.net
+34 937 466 205
|