My site gives me error

Status
Not open for further replies.

oinkoink

New Member
Messages
13
Reaction score
0
Points
0
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@oinkoink.exofire.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 Server at oinkoink.exofire.net Port 80

a while ago it was working and i didnt change anything what happened?? it will go up and sometimes down
is there a problem help please. PLEASE ANSWER ME MR> WEBMASTER
 
Last edited:

Fedlerner

Former Adm & Team Manager
Community Support
Messages
12,934
Reaction score
6
Points
38
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.
 
Status
Not open for further replies.
Top