Hi
Can anybody see what is wrong with my .htaccess file as below? If I post to the root directory I get an Internal Server Error message. I am on a shared server. Thanks.
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT>
order deny,allow
deny from all
</Limit>
AuthName purpleski.com
ErrorDocument 404 /errorpage.html
ErrorDocument 500 /errorpage.html
Options +Includes
AddType text/html .shtml
AddHandler server-parsed .shtml .html .htm
Options Indexes FollowSymLinks Includes
Regards
Can anybody see what is wrong with my .htaccess file as below? If I post to the root directory I get an Internal Server Error message. I am on a shared server. Thanks.
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT>
order deny,allow
deny from all
</Limit>
AuthName purpleski.com
ErrorDocument 404 /errorpage.html
ErrorDocument 500 /errorpage.html
Options +Includes
AddType text/html .shtml
AddHandler server-parsed .shtml .html .htm
Options Indexes FollowSymLinks Includes
Regards