Forums

[resolved] 500 Internal Server Error! Lame. Please help! (3 posts)

  1. absticles
    Member
    Posted 1 year ago #

    Hey there.

    I've just transferred my wordpress site from my machine locally and onto a server using Plesk. The homepage (a static page) is fine, but then whenever I click onto any other page it displays the Internal Server Error page.

    I've tried changing the permalinks back to default and fiddling with the .htaccess file with no suck luck!

    What exactly should be written in the .htaccess file? It currently reads as:

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

    I'm pretty sure it was working last night before I went to bed.... Don't know what changed this morning before I logged back in.

    Does anyone have any idea what might be causing this? I'm having issue after issue and I have a deadline approaching! Driving me nuts!

    Hope someone can help!

    Abi

  2. absticles
    Member
    Posted 1 year ago #

    This never usually happens for me, but I managed to fix it!

    I went into the wp-admin area > Permalinks and then the code at the bottom where it says 'If your .htaccess file were writable, we could do this automatically.....' just after it is what should be written in the .htaccess file.

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

    I'm sure most people know this, but just in case anyone encounters the same problem!

  3. canadian14
    Member
    Posted 1 year ago #

    Please could you explain more, how can I resolve this problem?
    after opening wp-admin folder, what can I do ?

    I got this problem only today :( everything was good before...
    Please help.

    Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic