Links in the Rich Text editor using the c5 "Insert link to page" have the dev sites' domain in them - what will happen when we switch to the live domain?
Permalink
Hi There,
We have a development site setup and are doing the final changes now but have noticed a lot of the links in the rich text editor hard coded with the dev site's domain name like this:
http://clientstage.dev-domain.com/index.php?cID=95...
When we switch the site over to the live domain - will these update?
Cheers
Ben
We have a development site setup and are doing the final changes now but have noticed a lot of the links in the rich text editor hard coded with the dev site's domain name like this:
http://clientstage.dev-domain.com/index.php?cID=95...
When we switch the site over to the live domain - will these update?
Cheers
Ben
While the links display with the dev site's domain, behind the scenes those links are actually special placeholders in the database. They are replaced when the content is displayed, with the current URL and path to the page. So you can even move pages around, etc... and the correct path and domain will always be present.
Nice - thanks for that, exactly what I was hoping!