• Dear developer,

    Since last update i have started to get 500 Internal Server Error.

    This happens after the updated .htaccess file.

    The RewriteBase and RewriteRule are being updated wrongly.

    I have wp fastest cache plugin running as well.

    After update i get error and the .htaccess part looks like below:

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

    It should be as below. When i update Permalinks it fixes the issue:

    RewriteBase /
    RewriteRule . /index.php [L]

    Could you please check it out.

    Also, making .htaccess file not writeable is not an option.

    Regards,
    Dimitry

    https://www.ads-software.com/plugins/ceceppa-multilingua/

  • The topic ‘500 Internal Server Error’ is closed to new replies.