Page 1 of 1

Configuration Problems: Seeing a blank screen in IE7

Posted: Sat Oct 06, 2007 7:46 pm
by texguy19
Hey,

I was wondering if anyone can help me.
I'm using PHP 5.2.4 and Apache 2.0

I've been following several different tutorials on how to configure PHP with Apache and I've been modifying the
LoadModule and the AddType commands in the httpd.config file. Once I modify it and save it and restart Apache I recieve no errors.

However, when I type in a sample script such as phpinfo.php

IE7 will display either a blank page or display a page that contains the just the script

<?php phpinfo(); ?>.

I can post what is in my httpd.config file if that helps anyone.

Thanks

Brian

Posted: Sun Oct 07, 2007 8:12 am
by feyd
What did you change in the configuration file? Also, it may be important to know where in the file you added/altered/removed lines..

Posted: Sun Oct 07, 2007 9:38 am
by texguy19
feyd wrote:What did you change in the configuration file? Also, it may be important to know where in the file you added/altered/removed lines..
I already figured out. It seems that Windows Vista was blocking the Apache Server from Windows and I basically told it to stop blocking the server. I also hit reconnect and my php scripts are running smoothly.

Thanks
Brian