The MU forums have moved to WordPress.org

Permalinks too strong? (4 posts)

  1. benjancewicz
    Member
    Posted 14 years ago #

    I imported posts from my old blog to my ยต blog, but the permalinks are still pointing back to the old blog.

    You can see here (click on any post).

    How can I fix them? They're doing it for every blog.

  2. ryans149
    Member
    Posted 14 years ago #

  3. benjancewicz
    Member
    Posted 14 years ago #

    Tried the first option, but it didn't work.
    Should I keep going down the list, or did I do something wrong?

  4. SteveAtty
    Member
    Posted 14 years ago #

    Try this:

    Export DB to file

    cat db.sql | sed -e 's/old.base.domain.here/new.base.domain.here/g' > newdb.sql

    run the newdb.sql from the command line.

    OR

    You could try running it on your exported posts xml file and then import them normally rather than working on the main database file.

About this Topic

  • Started 14 years ago by benjancewicz
  • Latest reply from SteveAtty