Jump to content

Configuring PHP and Apache


Recommended Posts

  • 4 weeks later...
  • 1 month later...

check for these lines in your apache2.conf or http.conf files. if there not there put them in.

 

AddType application/x-httpd-php .php

AddType application/x-httpd-php-source .phps

 

or check for this, i think its just an error handled version of the above though. (could be libphp5.so)

 

<IfModule mod_php5.c>

  AddType application/x-httpd-php .php .phtml .php3

  AddType application/x-httpd-php-source .phps

</IfModule>

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.