PDA

View Full Version : Internal 500 error and mysql on pluto


thefactory
10-16-03, 04:26 AM
Dear Powweb fellows,

On www.travellounge.be I have a MySql dbase in order to run a rolling newsscript with promotions.

http://www.travellounge.be/pages/100_minutelounge.html

is also not working. This is the case since the unanounced Interal 500 problem appared.

Is there something wrong with pluto.powweb.com mysql server

Your mySQL database travel is hosted on PowWeb's server pluto.powweb.com run mysqld version 4.0.12-log. Your database users and privileges are shown below. All changes are made in real time.

Please, thank you for your advice,
Peter Verhauwen

HalfaBee
10-16-03, 04:29 AM
If you have .html set to be parsed by php you may have to change your .htaccess file.

There is a thread in the last couple of hours about this.

HalfaBee

thefactory
10-16-03, 05:11 AM
No, I had to delete that .htaccess file in order to get my site back. So the site is running, but the little database driven script not. If I put that .htaccess file back into the root of the site I get that internal 500 error again.

Know everybody can see the code wich is of course not a healthy situtation.

Permissions are 755. I checked that already out.

I'm a bit frustrated because it is again a waste of time I never can invoice to a customer. Maybe Powweb should inform webmasters 2 weeks before doing modifications on their servers an so bring down the hard work of their customers.

I believe Powweb is responsible for this.

HalfaBee
10-16-03, 05:27 AM
Try putting this in the .htaccess

AddHandler application/x-httpd-php .php .html

HalfaBee