• After I imported my website from local to live, some images are not displaying since there was an encoding difference with special characters on the files urls.
    For example the correct url to the file would be:
    https://www.domain.com.br/wp-content/uploads/2015/10/renderizac?a?o1.jpg
    Although, on wordpress the url is read as:
    https://www.domain.com.br/wp-content/uploads/2015/10/renderizac? a? o1.jpg

    At first my solution would be change the file name via FTP to remove the characters and them update the media url to the new address. But since the url information is read-only through wordpress front-end, how do I edit this info?

    I’ve read in other related posts that I may have to change it in the database, but I also could not find exactly where in the database I can find the images uploads.

    So, how do I solve this?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Edit Media File Url? (Encoding problem)’ is closed to new replies.