Mateus Almeida wrote:
Yes, I've put the "test.php" in the htdocs. The server works with an html file, but it doesn’t work with the php.
Mateus There are only tow things which need adding to httpd.conf to get PHP working. LoadModule should point to your php installation LoadModule php5_module c:/Network/PHP-5_2_6a/php5apache2_2.dll And file type AddType application/x-httpd-php .php .php5 I suspect you have an 'Action' line which should be commented out. -- Lester Caine - G8HFL ----------------------------- Contact - http://lsces.co.uk/wiki/?page=contact L.S.Caine Electronic Services - http://lsces.co.uk EnquirySolve - http://enquirysolve.com/ Model Engineers Digital Workshop - http://medw.co.uk// Firebird - http://www.firebirdsql.org/index.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php