hey like the tile says i want someone to tell me whats wrong with my site and if they can fix it please reply here or pm me here is my site thanks in advance
usually caused by bad syntax in your .htaccess file.. if the error 500 will occur during execution of your script, most likely permission issues. but since it's with your homepage, maybe with the .htaccess file.
hust rename the .htaccess file and try to open the site Download the backup of .htaccess before you do this Other than this you can check the available disk space and bandwidth Regards Alex
You have setting in your .htaccess file that your server company does not allow. Most likely it is a php setting that you are trying to change in .htaccess like php_flag register_globals on and they have it set to off and they have in their php.ini file to not allow you to change it in your .htaccess. What you will need to do is put those setting that you are trying to change into a php.ini file in your directory. This should stop error and allow you to make setting to allow your script to function. All this is contigent on how your server is setup.