/ Published in: MySQL
If you\'ve got a Wordpress install that\'s changed domain or you\'re making a local or development copy, you\'ll need to update the Wordpress DB tables with the new URL.\r\nThe first step is the options table, with siteurl and homeurl. The posts also store the URL, but if the main options are correct WP will figure it out, though I update them too just in case.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
-- change wp_ to your database's table prefix -- change oldurl, newurl -- oldurl is the one in the database already -- newurl might be your localhost or development address
URL: www.owlandfox.com