• Internal Server Error

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

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

    When i change alla folder and files to 777. What i should to

Viewing 2 replies - 1 through 2 (of 2 total)
  • You changed all folder and files to 777? Change them all back to 755 (for folders) and 644 (for files). Then just chmod the wp-content directory to 766. If that leaves you with some problems, try 767 or 777.

    I am going to post this everywhere that someone write about this so that you can try this solution out.

    Make that if you have reinstalled wordpress, that you .htaccess file is correct. If you have wordpress installed on your main directory(you see wordpress content when you first enter the site) your .htaccess file should look similar to this:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘500 Internal Server Error’ is closed to new replies.