There are Times even after uploading your script or after changing the apache handler to suphp your site would endup with this error
internal server error
when apache handler is on suphp you can not use php_flag on .htaccess instead you should use php.ini
for example if your intention is to turn register_globalOn/Off you should do it in php.ini such as the following:
register_global = on;
also if you missed typed somthing in .htaccess for examlpe for redirection or rewrite or other .htaccess usage you may endup this Error message internal server error
Related posts: