Skip Navigation

This topic contains 0 reply, has 1 voice.

Last updated by maraM-4 2 months ago.

Assisted by: Shekhar Bhandari.

Author Posts
May 2, 2025 at 6:37 am #16987967

maraM-4

Background of the issue:
We’d like to check if WPML Plugins is adding certain .htaccess rewrite rules. The site we need help with is hidden link. We are trying to implement the following .htaccess rules: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase /fr-ca/ RewriteRule ^index.php$ - [L] RewriteRule ^fr-ca/wp-login.php /fr-ca/wp-login.php [QSA,L] RewriteRule ^en/wp-login.php /fr-ca/wp-login.php [QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /fr-ca/index.php [L] </IfModule>.

Symptoms:
The .htaccess rewrite rules caused 500 status code errors across the site other than the home page.

Questions:
Could you kindly let us know if these .htaccess rewrite rules are generated by your plugin?

The topic ‘[Closed] We’d like to check if WPML Plugins is adding certain .htaccess rewrite rules.’ is closed to new replies.