• Resolved cebuhasher

    (@cebuhasher)


    I keep getting the following error message whenever I try to customize or modify a theme. I have loaded different themes, which I can activate but no matter which one I try I keep getting this message.

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, 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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please add default WordPress redirection code in your .htaccess file:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    If possible please do share the server error log, I will check and let you know the resolution.

    Regards,
    Rachith

    Thread Starter cebuhasher

    (@cebuhasher)

    Rachith

    i spoke with my hosting company and they reset the server and this corrected the issue.

    thank you for your response and interests.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘internal server error no matter which theme’ is closed to new replies.