Wordpress giving errors :o

Status
Not open for further replies.

tecknomade49

New Member
Messages
4
Reaction score
0
Points
0
My wordpress blog is giving me this error :

We i try to update something please help

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, no-reply@x10hosting.com 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 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
That error usually happens when you do not make quality blog posts. It is WordPress' form of editorializing.

(Joke, lighten up)

1. Make sure index.php and any other .php files have permissions of 0755 or 0644. Group/world writeable, permissions of 0666 or 0777 for example, will cause that error.

2. Open .htaccess in the directory that contains WordPress. If you see a line that starts

RewriteRule

you must have a line

RewriteBase /

above it.
 
Status
Not open for further replies.
Top