• Resolved magoxy

    (@magoxy)


    If I try to go to the admin page or any page under the wp-admin directory I receive the Internal Server Error message.
    The blog for the public is still working.
    How to solve it without loosing the web content?
    Thanks.

    matteo

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter magoxy

    (@magoxy)

    my .htaccess content 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

    to me it looks ok.

    where could be the problem then?

    waiting online…

    Thread Starter magoxy

    (@magoxy)

    why nobody answer this post??
    is it too difficult? impossible? or just not interesting?

    thanks to everybody.

    m

    Thread Starter magoxy

    (@magoxy)

    well,

    for anyone that might have a similar problem,

    I solved it not (i suppose) in the proper way but it has worked.

    I saved all the wp-content directory (by ftp) on another location on the server.

    then loaded all the new wp directory as if I was going to install it for the first time.
    (I have putted it on a folder with the same name as before.)
    Than you don’t have to reinstall it, but must only move the saved wp-content dir on the reloaded wp dir. That’s all folks!

    Working back again. It wasn’t difficult.

    Good luck and thanks to all.

    Problem solved.

    m

    OMG I have just had the same problem and its really sh*t that no one replied to help you, but at least you helped me coz I used what you posted and it worked

    Thanks very very much
    xxxxx

    I had the same problem when I had installed wp-password plugin. To resolve the problem i login to my database in the table “wp_option” and I modify the line 37 “active_plugins” by removing wp_password and all works.
    Have you installed some strange plugin?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Internal Sever Error’ is closed to new replies.