hope this is the best place to post this, I am getting this error in my site, 500 Internal server error what would be asolution, is the problem with my programming or my server, because all the sites in my server are working just one of them are giving me this error
This error message is usually a result of a script failing to run. Normally caused by a configuration error. Do you have your own server or is it shared hosting? You should be able to track it to the script causing the problem by reviewing the server error logs.
it might be on the htaccess if you have made your rewrites screwed up. or your scripts needs more execution time which could be adjusted to your php.ini
I've had this when my logs had filled up my hard disk, or when a typo in my htaccess file occured. Check those things.
500 is a pretty generic error , so it would best be if you can post what you last did , after which you are recieving this error . check the htaccess , as mentioned