I've been able to install DrupalEd 5.6 and I can access it but after I erase the initial database and replace it with drupaled_10jan08_phpma.sql I get the following error message:
Error 500 - Internal server error
An internal server error has occured!
Please try again later.
In phpmyadmin everything looks fine and the new db seems to have installed properly.
I have a MySQL 5.0 db and my provider is 1and1.co.uk
Any ideas?
cheers, Axel
Comments
Comment #1
Axel_V@drupal.org commentedAfter browsing the forum for some while I found the following link to my provider's FAQ:
http://www.faq.1and1.com/scripting_languages_supported/php/9.html
After adding the line
to my htaccess file I finally got it working
Axel