[thelist] SMTP Apache
Matthieu Guyonnet-Duluc
thelist at lists.evolt.org
Mon Sep 2 14:24:01 2002
> -----Message d'origine-----
> De : thelist-admin@lists.evolt.org
> [mailto:thelist-admin@lists.evolt.org] De la part de Andrew Maynes
> Envoyé : lundi 2 septembre 2002 21:17
> À : thelist@lists.evolt.org
> Objet : [thelist] SMTP Apache
>
>
> Could someone point me in the right reading direction for this one
>
> Warning: Failed opening './includes/smtp.php' for inclusion
> (include_path='.;c:\php4\pear')
>
> where Apache is running locally on win98 ?
>
Hi Andrew,
You should read the section of the PHP documentation about the include()
function, there are several parameters :
http://www.php.net/manual/en/function.include.php
You should also pay attention to your path definition in php.ini
(windows style "c:/mydirectory/to_file_included")...
The default install path for Apache is "C:\Program Files/Apache
Groups/Apachexxx/", unless you're using a specific package.
Matthieu