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