Hi,
I changed my wodrpress URL manually and after then i saved and loged out from admin panel . now i can't login to my wordpress Admin page after changing The URL 's and whenever i want to log in it redirects to other page that i changed in URL . now i can't login to Admin page to correct URL's . what should i do to solve this problem .

Thanks so much ,

Recommended Answers

All 4 Replies

Do you have access to the database?

First thing to do is to login into the database. You should get the login and password of the database by checking the config.php file.

/** MySQL database password */
define('DB_PASSWORD', 'xxxxxxxxx');

/** MySQL hostname */
define('DB_HOST', 'xxxxxxxxxx');

Use PHPMyAdmin or mysql. Look for the fiels "user_login" in the wp_users table.

There should be a username there and a password(Stored as MD5 hash for security purposes)

No ,I don't have any access to server and database .
Is there any other solution for solving this issue ?

please help me to solve this problem .
It's very important for me as soon as possible to find a better solution to solve this issue .I must log in admin panel to improve my site .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.