skip to Main Content

I really need help, my stupid brain told me to change the website URL to my name (and WordPress is installed in local on my pc) but now wamp doesn’t find it because the URL is NOAH instead of my local pc name which is PC-ARNAUD.

I rename it here:
Where I changed it

And now whenever I want to get back to WordPress I get this error:
enter image description here

And the link auo change from PC-ARNAUD to NOAH so it doesn’t find anything since wamp name is LOCALHOST or PC name which is pc-arnaud and not Noah:
enter image description here

Do you got any idea of where I can change it back to pc-arnaud please?

2

Answers


  1. You can see the diferents solutions in this link:

    https://wordpress.org/support/article/changing-the-site-url/

    Try adding this lines in your wp-config.php

    define( 'WP_HOME', 'http://pc-arnaud/vts' );
    define( 'WP_SITEURL', 'http://pc-arnaud/vts' );
    
    Login or Signup to reply.
  2. I would recommend trying to change this via the method Ektorr offered if not if this is hosted locally this means you have the database locally as well if you locate a file called wp_options this will have these URL’s in it that you can change back this should fix the issue for you to change the urls to what you want when you get to that part.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search