RE: [PHP] include() from another sub-domain

2002-08-19 Thread Brad Dameron
[EMAIL PROTECTED] > Subject: [PHP] include() from another sub-domain > > > Hello, > > I've searched the list and the manual and am still a bit confused. > Here's what I'd like to do. We have a bunch of internal sites that all > use the same username/password. One

Re: [PHP] include() from another sub-domain

2002-08-19 Thread Rasmus Lerdorf
Apache On 19 Aug 2002, Greg Macek wrote: > Well, that would make sense. Now is this something I need to configure > in the Apache or the PHP config file? > > On Mon, 2002-08-19 at 14:27, Rasmus Lerdorf wrote: > > If these domains are on the same physical server, include them directly > > via the

Re: [PHP] include() from another sub-domain

2002-08-19 Thread Greg Macek
Well, that would make sense. Now is this something I need to configure in the Apache or the PHP config file? On Mon, 2002-08-19 at 14:27, Rasmus Lerdorf wrote: > If these domains are on the same physical server, include them directly > via the full filesystem path. If they are actually on diffe

Re: [PHP] include() from another sub-domain

2002-08-19 Thread Rasmus Lerdorf
If these domains are on the same physical server, include them directly via the full filesystem path. If they are actually on different physical machines, you will need to configure those other machines to let you get the non-parsed PHP code through them. Your problam right now is that the site2

[PHP] include() from another sub-domain

2002-08-19 Thread Greg Macek
Hello, I've searched the list and the manual and am still a bit confused. Here's what I'd like to do. We have a bunch of internal sites that all use the same username/password. One is already setup with a function to authenticate this to a database. However, each login page is coming from a diffe