Categorized | Apache

how to fix internal server error caused by .htaccess

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:

  1. fixing internal server error caused by SuPHP handler in apache
  2. dot net panel installation error “sql server does not exist or access denied”
  3. How to stream flv with apache and jwplayer in linux server?
  4. How to Redirect .php to .html in all of the links pages URL?
  5. How to redirect WWW to non-WWW

Leave a Reply

Plese subscribe to my newsletter

Please subscribe via your email to follow me

E-mail:

Subscribe
Unsubscribe