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.
Posts: 2
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