Hi, I bought a script to run a database but when i uploaded it I got a 500 interal error. I removed .htaccess file which now lets my frontpage load but the database isn't running as the pages of the frontpage come up with a 404 error. Is there an easy fix for this please?
Probably need some more info. What kind of script? 500 internal error a lot of times means that either permissions are not set up correct (perl, chmod 644 instead of the supposed to be 755), or there is an error in connection. Not sure why .htaccess would not be allowing it.