Two Domains
Two Domains
I've got two Domains on one Server. How can i manage two different page contents with phpwcms? Do i have to install i twice?
Hi brazzo74,
Gruß Knut
For proper function: YESDo i have to install i twice?
Gruß Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
I have question. In config file i'v got:
$phpwcms["site"]
and could i do something like that:
$phpwcms["site"] = "";
so that's way i don't have root adres at all, so when i will use 1 domain i will get 1 adres, and whan i go on site from another domain it won't redirect me to 1 domain name. is that's ok ?? A'm i thinking ok ?
$phpwcms["site"]
and could i do something like that:
$phpwcms["site"] = "";
so that's way i don't have root adres at all, so when i will use 1 domain i will get 1 adres, and whan i go on site from another domain it won't redirect me to 1 domain name. is that's ok ?? A'm i thinking ok ?
hi from Poland,
Marcin - site owner
Marcin - site owner
Hi,
I think that´s a way:
Gruß Knut
I think that´s a way:
Code: Select all
$phpwcms["site"] = "http://".$_SERVER['SERVER_NAME']."/";
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )