Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: PHP 5 and “500 Internal Server Error”


_ck_
Participant

@_ck_

Try replacing that line in your .htaccess file with this

AddHandler application/x-httpd-php5 .php
AddType application/x-httpd-php5 .php
AddHandler application/x-httpd-php .php4
AddType application/x-httpd-php .php4

Skip to toolbar