• Resolved aaddoe

    (@aaddoe)


    Hi, I have the same problem since the really simple was updated 6. 04 I think.

    I have a 500 internal server error.

    I try to reinstall the old version of the plugin or to write on the htaccess file but it doesnt work.

    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    I’m not a webmaster and I manage my website alone.
    Could you help me ?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter aaddoe

    (@aaddoe)

    Hi Rogier and Aert,

    My site is crashed again.
    I haven’t time to upgrade to the last version this morning.

    So I renamed the file Really simple in the FTP to desactivate it.
    After a while I could connect to my dashbord.
    I tried to upgrade the plug-in but too soon because I hadn’t renamed in the perfect way.
    So I renamed it in the ftp, activated it in the dashboard but it now my website is crashed. I’ve got a blank page.

    Can you help me please and write what I have to do step by step ?
    Thanks in advance

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    Hi @aaddoe,
    Please try the following, and check after each step if it works:

    – Rename the plugin folder in ftp
    – Please clear your .htaccess file, except for the default wordpress lines (as posted above)
    – Then in the wp-admin, go to settings/permalinks, and re-save the permalinks. That should resolve any permalinks issues you might have.

    Then, from the plugins overview, download the plugin directly from the repository.

    If you run into issues, let me know.

    Thread Starter aaddoe

    (@aaddoe)

    Hi @rogierlankhorst

    Before your answer, I refresh my page and I accessed to the dashboard.
    I tried again to upload and succeed.

    And I went to settings/permalinks, and re-saved the permalinks.

    It’s seems to be OK now.

    I keep your “step by step” for the next time (I hope there won’t be ;-))

    thanks to 1st guy who provided the .htaccess code because I have installed the SSL on the subdomain and it not showing me to activate the SSL button and 500 error.

    What I have done?

    1: There was no .htaccess file in the root directory

    2: I created new file (.htaccess) and open it with code editor or any text editor

    3: I have pasted the

    # BEGIN WordPress # The directives (lines) between "BEGIN WordPress" and "END WordPress" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress

    Now it was showing me the code. I hope it can help someone.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘really simple SSL 500 internal Server error’ is closed to new replies.