On 6/15/07, Paul K <dvd@xxxxxxxxxxxxxxx> wrote:
I have just started with a clean install on a Windows XP Pro system, Apache 2.24 and PHP 5.2.3 Apache Monitor reports Apache/2.24(Win32)PHP/5.2.3. I can access html files just fine but I can't even run a test program <?php phpinfo(); ?> Nothing displays. Where do I look to see whats wrong? Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
The server logs, your php.ini, your httpd.conf.... just to name a few. Make sure you have your AddHandler and AddType lines done correctly in httpd.conf, make sure that PHP is turned on in your php.ini file, make sure you restart Apache after any changes are made, and make sure you consult your logs for any issues that may not display to the screen. -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php