The problem is on your end.
Your .htaccess had the following line:
Code:
ErrorDocument 402 /Error.shtmlOptions All -Indexes
Where it should be:
Code:
ErrorDocument 402 /Error.shtml
Options All -Indexes
I've changed this and your website is now working.
Feel free to re-open this thread if you need further assistance.