Este usuário não tem tópicos favoritos.
Tópicos favoritos do fórum
Tópicos de fórum criados
Status |
Tópico
|
Apoiador | Vozes | Posts | Frescor |
---|---|---|---|---|---|
wp-login.php on some language specific sub-folders return 404 error
Iniciado por: Laszlo Szalvak
em: English Support
Problem: .htaccess file, you need to update your Nginx configuration to include specific rewrite rules for each language. Here is the rewrite rule you should add: rewrite ^/xx/wp-login.php /wp-login.php break; Replace xx with the appropriate language code. For example, if your site supports English, German, and French, you should include: rewrite ^/en/wp-login.php /wp-login.php break; rewrite ^/de/wp-login.php /wp-login.php break; rewrite ^/fr/wp-login.php /wp-login.php break; For detailed guidance, please refer to our documentation on translating WordPress login and registration pages. |
2 | 5 | 4 meses, 2 semanas atrás |