Reputation: 1512
I'm trying to upgrade a magento webshop to version 1.5, I however keep getting a 500 internal server error. pretty much all answers google gives are related to chmodding, well this isn't the problem, I've ensured that already. Does anyone know what might be the problem?
Thank you.
Upvotes: 1
Views: 617
Reputation:
Maybe it needs PHP5 and your host is PHP4 by default? try adding this to the .htaccess file.
AddHandler application/x-httpd-php5 .php
Upvotes: 1