Forums

Old permalinks - changed domain names (3 posts)

  1. kellya29
    Member
    Posted 3 years ago #

    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.

  2. kellya29
    Member
    Posted 3 years ago #

    Anyone?

  3. kellya29
    Member
    Posted 3 years ago #

    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');

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.