View Single Post
Fedlerner
Administrator - Staff Manager

Fedlerner's Avatar

Join Date: Aug 2006
Posts: 12,585
Credits: 106,576
Fedlerner has a reputation beyond reputeFedlerner has a reputation beyond repute
Location: Buenos Aires, Argentina

Send a message via AIM to Fedlerner Send a message via MSN to Fedlerner
 
08-13-2008, 01:47 PM
Re: My site gives me error

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.
Fedlerner is offlineReport Post