by Ian | Jul 17, 2017 | How-To's
Great piece of code to use when moving a WordPress site from one domain to another; quick way to replace the old domain name in the DB with the new one. UPDATE wp_options SET option_value = replace(option_value, ‘http://olddomain.com’,...
by Ian | Jul 17, 2017 | How-To's
1. Find your site manager file Filezilla keeps all of your sites and access credentials in an XML file called “sitemanager.xml” Here are the most likely locations: Windows 7 & Vista : C:\Users\Yourname\AppData\Roaming\FileZilla\sitemanager.xml Mac OS X:...