ليس لدى هذا المستخدم أي مواضيع مفضلة.
مواضيع المنتدى المفضلة
مواضيع المنتدى التي تم إنشاؤها
الحالة |
الموضوع
|
داعم | الأصوات | المشاركات | الحداثة |
---|---|---|---|---|---|
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 | قبل 10 أشهر |