דלג על ניווט

תגיות: 

נושא זה מכיל 0 תגובות, יש ל 1קוֹל.

עודכן לאחרונה על ידי nimaS-2 לפני 10 חודשים, 3 שבועות.

בסיוע: Prosenjit Barman.

מחבר פוסטים
יוני 11, 2024בְּ- 10:00 am #15725667

nimaS-2

Background of the issue:
We want to change wp-admin login URL from default (wp-admin) to custom login URL without plugin. We change wp-admin URL with below solution: First of all, we went to the cpanel and change the name of wp-login.php file to wpadmin-customname.php. After that we changed all wp-login string in this file to the wpadmin-customname. In the last step we went to the wp-includes and edit general-template.php and changed wp-login URl. Every thing works fine and we can login to the dashboard with new URL (wpadmin-customname.php).

Symptoms:
This code works just for default language (Arabic) and if we change language to English, we can not login and get a 404 error.

Questions:
What should we do to change wp-admin URL to custom URL without plugin?