I'm currently developing a site we have installed on a sub-domain. 'beta.mysite.com'
We will eventually, be moving site to it's root domain. 'www.mysite.com'
Problem?
any post type attachment / the files uploaded directly from post and page content editor, will the paths to staging environment ..
before 'http://beta.mysite.com/wp-uploads/2010/07/image1.jpg'
after 'http://www.mysite.com/wp-uploads/2010/07/image1.jpg'
How can I make a batch change to alter the prefix of any reference to staging site? (e.g. replace the http://beta with http://www)
Or, how can I prevent this for my next project?
