Re: [PHP] Where to put my class files

2006-02-28 Thread Curt Zirzow
On Tue, Feb 28, 2006 at 12:55:18PM +0700, Peter Lauri wrote: > Best group member, > > I want to run the backend of the system under HTTPS for security reasons. > The pages in HTTP and HTTPS are both using the same classfiles. > > Right now I have the class files in httpdocs/classes/ > > In the h

Re: [PHP] Where to put my class files

2006-02-27 Thread Jochem Maas
psdocs. 2. copy the class files into a httpsdocs [sub]dir 3. er? /Peter -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 28, 2006 1:45 PM To: Peter Lauri Cc: php-general@lists.php.net Subject: Re: [PHP] Where to put my class files Peter Lauri wrote: B

Re: [PHP] Where to put my class files

2006-02-27 Thread Chris
--Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 28, 2006 1:45 PM To: Peter Lauri Cc: php-general@lists.php.net Subject: Re: [PHP] Where to put my class files Peter Lauri wrote: Best group member, I want to run the backend of the system under HTTPS for security r

RE: [PHP] Where to put my class files

2006-02-27 Thread Peter Lauri
eal domain name with. What I am doing wrong? /Peter -Original Message- From: Chris [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 28, 2006 1:45 PM To: Peter Lauri Cc: php-general@lists.php.net Subject: Re: [PHP] Where to put my class files Peter Lauri wrote: > Best group member,

Re: [PHP] Where to put my class files

2006-02-27 Thread Chris
Peter Lauri wrote: Best group member, I want to run the backend of the system under HTTPS for security reasons. The pages in HTTP and HTTPS are both using the same classfiles. Right now I have the class files in httpdocs/classes/ In the httpsdocs/admin I have a variable $class_path='http://www

[PHP] Where to put my class files

2006-02-27 Thread Peter Lauri
Best group member, I want to run the backend of the system under HTTPS for security reasons. The pages in HTTP and HTTPS are both using the same classfiles. Right now I have the class files in httpdocs/classes/ In the httpsdocs/admin I have a variable $class_path='http://www.mydomain.com/classes