Viewing 10 replies - 1 through 10 (of 10 total)
  • 1. I’ve updated the WordPress address and blog address URIs match this (http://blog.daniel-lim.co.uk/)
    If what you said about your setup is true – then only ONE URI should point to the new address.
    See: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    Surely I don’t have to go through my database and edit all the entries?

    Well… yes and no. I took a look at some of your entries with this problem. All your images are using the full URL’s, and they’re in the post themselves. So yes, that full URL is in your database and in the posts.

    So if you do want to edit your database, the thing to do would be to search out any references to ht.tp://daniel-lim.co.uk in your posts, and then simply delete them. This would make all your image references (and any other references) relative links instead of absolute links, and it would make your data able to switch around between hostnames more easily.

    However, there is an alternative. Here’s an example link I found in one of your posts:
    http://daniel-lim.co.uk/wp-content/uploads/2006/02/dl_mp_blocktest.jpg

    This returns a 500 server error. I don’t know why, exactly, but if you used some rewrite rules, you could redirect that traffic to the new URL by adjusting the hostname from daniel-lim.co.uk to blog.daniel-lim.co.uk without too much trouble. This means that you don’t have to go back any edit your database, as such.

    In the future, using relative URLs for links to files on your own site will prevent this sort of thing from occurring.

    One somewhat easy way to edit your database would be to make a full and complete backup of it, decompress the backup, and then edit the files with a text editor. Search/Replace is your friend. Then restore the database from the modified backup.

    Thread Starter asphaltcowboy

    (@asphaltcowboy)

    That’s an idea, will try it out. So, are permalinks a bad thing then?

    I don’t think anything in this thread has to do with permalinks – it’s all about using correct path in the image links/code.

    Thread Starter asphaltcowboy

    (@asphaltcowboy)

    How come it doesn’t update the links when you change the WordPress/Blog address?

    I am not sure I understand your question. Try it again.
    Which links? Who should update what and why?

    You added those links to your post while adding entries to your blog. Therefore there’s no relation/link between your WordPress configuration and those links. And WordPress can’t change what it doesn’t know about.

    Thread Starter asphaltcowboy

    (@asphaltcowboy)

    But the links were all added through the upload box in WordPress, and it certainly seems to keep track of them, is it wrong to expect them to update if you move the site AND let the site know that it’s moved? I just thought it might be part of the permalink updating…

    clearly not 🙂

    Permalinks are the “permanent links” to your posts and Pages in the blog. Nothing else.
    They do not have any effect on whatever links/path you put into your posts – that’s part of the content of your blog. It doesn’t matter that you manually type those links into the post or you use some “comfortable’ features of WP to save you the typing.
    Seemingly you are still confused about permalinks and path to images.

    Thread Starter asphaltcowboy

    (@asphaltcowboy)

    No no, I do understand the difference, it’s jsut a less fiddly name than “the direct path to the uploaded files” 🙂

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Updating Upload Permalinks’ is closed to new replies.