So I'm building my first Drupal site locally on my desktop. I'm using TinyMCE as my editor and when I insert images or links to existing pages in my site, the paths are absolute (e.g. one of the images shows as follows when I view the HTML: "http://opennow.localhost:8082/sites/opennow.localhost/files/images/large...").

My question is this: when I publish my site to a hosting server, how do the paths in these links get changed to what they need to be (from localhost, etc. to actual domain url?)

Sam :)

Comments

SamSteinig’s picture

Will Pathologic solve my problem?

markabur’s picture

looks like it (i haven't tried pathologic myself) -- or you could use search/replace scanner.

http://drupal.org/project/scanner

nugen’s picture