• I have install backup my website from hosting on my localhost.
    Wy when i click on any category i have linked on my domain on hosting ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Bill

    (@chubbycrow)

    Your question is not very clear. It sounds like you made backups of your live site and moved them to your local computer. And now when you try links on the local copy, they take you to the live site on the external server. Is that close to your meaning?

    When you copy or move a site, you must replace the old URLs and paths with the new ones. Some of these are stored in the database in ‘serialized’ form where the string length is stored along with the string. You must use special tools to search and replace the old values with the new ones.

    If you replace an old URL with a new one of a different length, it will break the serialization, causing many different problems.

    If the old site is still available, you can use the steps shown in this article to copy the site: http://wordpress.mcdspot.com/2012/08/22/migrating-a-wordpress-site-step-by-step/

    If the old site is not available, and you still have a copy of the database from that site, you should be able to use this tool to make the changes: http://interconnectit.com/products/search-and-replace-for-wordpress-databases/

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘localhost and wordpress url’ is closed to new replies.