Monday 08 November 2004 6:39:54 am
Is it possible to mix different siteaccess mathods?
I would like to use "Host Match Map" to match URL's to specific sites, e.g.
HostMatchMapItems[]=www.domain1.tld;site1
HostMatchMapItems[]=www.domain2.tld;site2 HostMatchMapItems[]=www.domain3.tld;site3
And I would like to use e.g. index_admin.php for accessing the admin interface using the same host.domain name.
So I would get:
site1: www.domain1.tld/index.php
admin1: www.domain1.tld/index_admin.php
site2: www.domain2.tld/index.php
admin2: www.domain2.tld/index_admin.php
site3: www.domain3.tld/index.php admin3: www.domain3.tld/index_admin.php
|