Drupal 6.3 and Gallery2.3 Error 500

hikinandbikin

Joined: 2008-04-03
Posts: 2
Posted: Wed, 2008-07-30 21:06

I have a Drupal 6.2 site up and running and have been waiting for a real release of Gallery2.3 to test the gallery integration module. Everything is working on each of the sites individually but When I try to click on the gallery menu item I get an Error 500 screen. I think this may be related to my .htaccess file but I cannot figure out how.
Does anyone have any recommendations?
Thanks for your help
Wyatt

Error 500 - Internal server error

An internal server error has occurred!
Please try again later.

Login or register to post comments
hikinandbikin

Joined: 2008-04-03
Posts: 2
Posted: Thu, 2008-07-31 00:04

I think my original issue was associated with using 1and1 webhosting. They use PHP4 by default but all my DB and stuff is setup for PHP5. I added the following line to my .htaccess and it seems to solve the problem. This forces all files that have the .php extension to run as PHP5 not PHP4.
AddType x-mapp-php5 .php

Hopefully this is helpful to someone else.
Wyatt

Login or register to post comments