Arkadaşlar web sitemde şu hatayı alıyorum:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@****.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Forumda arattım ama bulduğum sonuçlar işe yaramadı

Bu arada .htaccess dosyam:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName www.sitearaclari.com
AuthUserFile /home/sitearac/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/sitearac/public_html/_vti_pvt/service.grp
php_flag register_globals on
SecFilterEngine off
Burda:
php_flag register_globals on
SecFilterEngine off
bu iki satırı silince düzeliyor. Ama bunları silmemem lazım sitenin çalışabilmesi için bu ayarlara ihtiyaç duyuyorum.
Bu satırları silmeden bir çözüm olabilir mi?