Hi,
Im using the Deeploy helper plugin and I can see that there are many references to the absolute site url in different parameters in the EE config. Most of these seem to be named *_url. (site_url, photo_url, file upload preferences urls, cp url)
My question is this - can I remove all these absolute references and just have relative ones instead ?
What does EE use these for ? Is it for presentation or is it for actually generating links etc ?
Im setting a new site up on a server which does not have a domain pointing at it yet. I have a temp address from the hosting company and I want to get the site set up and for the client to be able to access and edit content before we point their domain name at the server and go live. Also if I can make all these references relative it means I will not have to muck around changing them when going between dev/staging/prod etc.
Thanks !!