LegosJedi Posted March 27, 2007 Share Posted March 27, 2007 My Apache Web Server is acting up. It tries to make me download my .php files (I have correctly installed PHP), and it won't open regular HTML pages. And idea as to what might be wrong? Oh, by the way, I'm using Apache 2.2.4 (I think), and PHP 5.2.0 (I think). And It's not a problem with compatability, cause it was working before. Quote Link to comment Share on other sites More sharing options...
R_P Posted April 4, 2007 Share Posted April 4, 2007 Did you let PHP configure your apache file? Sounds like you might be missing the AddType entry for php. That line looks like this: AddType application/x-httpd-php .php Usually this tells the server (in addition to the module and PHPIniDir and other configs) to use PHP to execute a .php file. You will have to explain the "not opening regular HTML pages." Is there an error associated with accessing them? Quote Link to comment Share on other sites More sharing options...
LegosJedi Posted April 5, 2007 Author Share Posted April 5, 2007 Woah. For some reason, it's working again. Strange. Thanks for your help, though! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.