My .htaccess file is as follows:
Code: Select all
# -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.lonford.co.uk
AuthUserFile /home2/squirrel/public_html/_vti_pvt/service.pwd
AuthGroupFile /home2/squirrel/public_html/_vti_pvt/service.grpCode: Select all
php_value upload_max_filesize "40M"But that always gives me a 500 error
What am I meant to do?