Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Sao_Paulo (GMT-03:00)

This topic contains 0 replies, has 1 voice.

Last updated by thomasD-100 1 year, 2 months ago.

Assisted by: Mateus Getulio.

Author Posts
September 1, 2023 at 1:51 pm

thomasD-100

I was working yesterday at the staging website when out of a sudden the production website broke down, but the staging website still works.

We got from our hosting server the following error:

The reason for this is that the plugin "sitepress-multilingual-cms" apparently always performs an adjustment in the rewrite block of WordPress in the .htaccess file.

####

RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%[HTTP:Authorization]]
RewriteBase /en/
RewriteRule ^index.php$ - [L]
RewriteCond %[REQUEST_FILENAME] !-f
RewriteCond %[REQUEST_FILENAME] !-d
RewriteRule . /en/index.php [L]

####

How can we solve the problem as soon as possible? The production website is still down.

I can not actually get access to the production website and its wordpress dashboard and I can not provide any debug info

September 1, 2023 at 2:29 pm

The topic ‘[Closed] sitepress-multilingual-cms performs an adjustment in the rewrite block of .htaccess file’ is closed to new replies.