Hi, does anyone know why wordpress doesn't just use relative paths instead of the full paths full path = www.mydomain.com/this-is-a-wordpress-page/ relative path = /this-is-a-wordpress-page/ This would then eliminate any problems when moving a wordpress site from one domain name to another etc...
I have a feeling you won't have problems migrating a Wordpress site to another domain as the paths are generated dynamically by PHP. Therefore, as long as you have the correct domain set in Wordpress settings it won't be a problem. (Unless someone has hand written the absolute path.)
Ok, thanks but what about images and pdf documents that have been uploaded to media... should that be the same, thanks again for your help