Changing URLs site wide

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #231854
    danielle9
    Participant

    I am currently using WordPress.com and have now created a wordpress.org site.

    My existing site was redirected from http://www.severnbites.com into wordpress

    The new site is currently food.severnbites.co.uk (as this was the only spare domain I could create)

    Updraft has cleverly changed all the URLs to food.severnbites.co.uk but I need all of these to be http://www.severnbites.com How can I do this?

    #232081
    Dee Nutbourne
    Moderator

    Hi,

    UpdraftPlus has a manual ‘database search and replace’ tool, found in the Advanced Tools tab.
    This can be used to change all instances of the URL.

    In Search for: food.severnbites.co.uk
    In Replace with: http://www.severnbites.com

    Please take a backup before running this tool, and be very careful with your input.

    If you cannot currently access WP Admin, you can add the following lines to your wp-config.php file:

    define('WP_SITEURL', 'https://www.severnbites.com');
    define('WP_HOME', WP_SITEURL);

    This should give you access.

    Best Wishes,
    David N

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changing URLs site wide’ is closed to new replies.