Hi, I changed domain names and changed my permalinks by going under settings, permalinks, save changes. Everything worked but I installed a different plugin (onlywire) and it is still finding my old permalinks. Any advice would be appreciated.
Hi, I changed domain names and changed my permalinks by going under settings, permalinks, save changes. Everything worked but I installed a different plugin (onlywire) and it is still finding my old permalinks. Any advice would be appreciated.
Anyone?
Figured it out incase anyone had the same thing happen. Looks like when you change domains, wordpress only masks the domain which my bookmarking program was using (onlywire) and wasn't finding the masked domain. I went into phpMyAdmin and changed the ORIGINAL Url's.
Under the table wp_posts click on the sql tab and run the following:
UPDATE wp_posts SET guid = REPLACE (
guid,
'http://exampleoldsiteurl.com',
'http://examplenewsiteurl.com');
This topic has been closed to new replies.