Jump to content

[SOLVED] Acting Up


LegosJedi

Recommended Posts

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.

Link to comment
Share on other sites

  • 2 weeks later...

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?

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.