Viewing 2 replies - 1 through 2 (of 2 total)
  • No worries! You can fix the link by accessing the wp-options table in your MySQL database. From there, you can update the URL and resolve the issue. You can follow these steps:

    1. Access your hosting account or use a tool like phpMyAdmin to manage your database.
    2. Locate and select the database associated with your WordPress site.
    3. Find the wp-options table within the database and click on it to open.
    4. Look for the rows with the option_name column values “siteurl” and “home”. These store the URLs of your website.
    5. Edit the option_value of both rows and update them to the correct URL.
    6. Save the changes.

    Thanks.

    Thread Starter wangtian

    (@wangtian)

    @ashrafuddin765 Thank you so much! The problem is resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can not access my website after modify URLs’ is closed to new replies.