• Resolved maxtiarrediamo

    (@maxtiarrediamo)


    Hi I report this problem with the latest wplm update, the site sent me in error 500, strangely it added EN on the access file.

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

    removed EN, the site resumed operation after many hours of downtime

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘report wplm problem’ is closed to new replies.