Questo utente non ha argomenti preferiti.
Argomenti preferiti del forum
Argomenti del forum creati
Stato |
Argomento
|
Sostenitore | Voci | Messaggi | Freschezza |
---|---|---|---|---|---|
wp-login.php on some language specific sub-folders return 404 error
Iniziato da: Laszlo Szalvak
in: 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 mese, 3 settimana fa |