该用户没有最喜欢的主题。
最喜欢的论坛主题
创建的论坛主题
状态 |
主题
|
支持者 | 声音 | 文章 | 新鲜度 |
---|---|---|---|---|---|
wp-login.php on some language specific sub-folders return 404 error
发起人: Laszlo Szalvak
中: 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 months, 3 weeks前 |