Saltar navegación
Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 17:00 10:00 – 17:00 10:00 – 17:00 10:00 – 17:00 10:00 – 17:00 -
- 18:00 – 19:00 18:00 – 19:00 18:00 – 19:00 18:00 – 19:00 18:00 – 19:00 -

Zona horaria del soporte: Asia/Kathmandu (GMT+05:45)

Este tema contiene 0 respuesta, tiene 1 voz.

Última actualización por maraM-4 hace 2 meses.

Asistido por: Shekhar Bhandari.

Autor Publicaciones
mayo 2, 2025 a las 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 enlace oculto. 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?

El tema “[Cerrado] We’d like to check if WPML Plugins is adding certain .htaccess rewrite rules.” está cerrado a nuevas respuestas.