.htaccess contents:
# -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 krydos.heliohost.org
AuthUserFile /home/krydos/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/krydos/public_html/_vti_pvt/service.grp
In addition I tried removing the .htaccess file completely, and still no change. Still get the 500 Internal Server Error.