Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Fixing WordPress
    In reply to: Error 500

    No problems.

    All sorted. Thank you very much

    Forum: Fixing WordPress
    In reply to: Error 500

    where do I add the code?

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

    thanks

    Forum: Fixing WordPress
    In reply to: Error 500

    The code I have is

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

    Forum: Fixing WordPress
    In reply to: Error 500

    If it helps I am using Windows Vista, my FTP client is Filezilla and My database host is 1&1.

    Forum: Fixing WordPress
    In reply to: Error 500

    I’m having the same problem. I cannot access either the pages, media or posts page off my dashboard. I can still access links, comments, appearance, users, tool, plugins and setting pages though.

    The error I get is:

    Error 500 – Internal server error

    An internal server error has occured!
    Please try again later.

    I have deactivated and deleted all my plugins and still no hope. I have also replaced both wp-includes and wp-admin files with the original downloaded version via my FTP client.

    I have previously had to add a .htaccess file to the wordpress route directory in order to get rid of the same error around 2months ago. Could this error be something to do with that?

    Thank you

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