Configuration Problems: Seeing a blank screen in IE7

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
texguy19
Forum Newbie
Posts: 2
Joined: Sat Oct 06, 2007 7:16 pm

Configuration Problems: Seeing a blank screen in IE7

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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..
texguy19
Forum Newbie
Posts: 2
Joined: Sat Oct 06, 2007 7:16 pm

Post 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
Post Reply