Urgent - I can not get to my dashboard anymore

I can not get to my dashboard anymore.

I wanted a page of my menu to appear at the site address. I was wrong and I change the address of the dashboard by that of my menu called Home.

I need help plz !

:sob:

I will try a better explanation.

I create pages and menus based on a theme. By clicking on customization I did not fall on my home page, but on a page of the demo. so I looked for a way to change that. I left in the options and I think I changed the address of wordpress …

Normally I have access to my wordpresse at this address:
http://www.secretgarden109.fr/test/wp-login.php

Now when I connect I am here:
http://www.secretgarden109.fr/test/accueil/wp-login.php

Hello There,

Thanks for writing in! To correct this, please login to your WordPress dashboard and go to Settings > General and make sure that the Site URL and the WordPress Address URL is the same as your WordPress dashboard url.

Hope this helps. Please let us know how it goes.

My problem is that I can not access this page … have you tried to access it on my server? Could you give me a precise URL?

For information, I gave you my access codes in a Secure Note.

Plz Help :frowning:

I was on another forum to have this trick, simple to execute:

Using your favorite FTP client, connect to the root of your server. Then edit the file wp-login.php.

Locate the following line of code:

require (dirname (__ FILE__). ‘/wp-load.php’);

All you have to do is add these 2 additional lines of code that indicate where your WordPress installation is located. Correct the URLs according to your situation:

update_option (‘siteurl’, ‘http://mysite.com/’); update_option (‘home’, ‘http://mysite.com/’);

So I solved my problem.

We are glad that, you able to fix the issue.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.