In short I will move my site from development server to production server. Using your filter do I need to do anything to update all existing links? or will they update auotmatically?
thanks, I think your filter will help me a lot.
In short I will move my site from development server to production server. Using your filter do I need to do anything to update all existing links? or will they update auotmatically?
thanks, I think your filter will help me a lot.
Comments
Comment #1
RobRoy commentedYou'll need to clear your cache table so any absolute links point to the new domain. Devel module can do this or you can do direct SQL a la http://drupal.org/node/17620#comment-220649.
Comment #2
enboig commentedthanks :)