Re: [PHP] Re: Two Sites - One Backend

2004-07-06 Thread Marek Kilimajer
Shaun wrote: Hi Gerben, Thanks for your reply, the site will be on one server - the idea is that there will be two domain names pointing to the server: http://www.domain_x.com/ and http://www.domain_y.com/. Both of these domains will have a very different interface comprised of header.php, footer.p

[PHP] Re: Two Sites - One Backend

2004-07-06 Thread Shaun
Hi Gerben, Thanks for your reply, the site will be on one server - the idea is that there will be two domain names pointing to the server: http://www.domain_x.com/ and http://www.domain_y.com/. Both of these domains will have a very different interface comprised of header.php, footer.php and a CSS

[PHP] Re: Two Sites - One Backend

2004-07-06 Thread Gerben
Are you using 2 different servers or just one? if only one then how would URL X and URL Y look? Since X and Y will refer to a different file, my suggestion is to change the include('X-header') to inlcude('Y-header') in the Y version. Some more info whould be nice "Shaun" <[EMAIL PROTECTED]> wrote