• I changed homepage url from ‘aaa.com’ to ‘bbb.com’.
    Everything works fine, but now I am facing one problem.
    When I upload a image, the image is not displayed properly.
    I checked it and found that url of the image points to the previous homepage url (‘aaa.com’)

    How can I change the base url for images (Pointing bbb.com)

    I searched the forum and found some articles which describe the method to change url of old images in DB, but it does not cover my problem.
    My problem is about image uploader and new images after change the url.

    Please help.
    Tommy.

Viewing 1 replies (of 1 total)
  • Check your options.

    (your domain)/wp-admin/options.php

    Look for upload_path & upload_url_path.

    These should usually be blank. If they aren’t blank, I would note the current values, save them somewhere, and try changing them to blank.

    If they are blank, it’s possible that there is some kind of redirection going on.

Viewing 1 replies (of 1 total)

The topic ‘Image upload error after change server url.’ is closed to new replies.