Change domain name
Permalink 1 user found helpful
I have installed concrete5 in a directory X on my web server. For editing and testing I have directed an unused domain name (e.g. TestABC.com) to directory X.
Now I am done with editing and I redirect my normal domain name (say ABC.com) to the directory X. The home page shows up as expected. But when I use the menu or a link to go to another page of my website, it is using the link TestABC.com/page1.
What did I do wrong when I launched my site?
Bernhard
Now I am done with editing and I redirect my normal domain name (say ABC.com) to the directory X. The home page shows up as expected. But when I use the menu or a link to go to another page of my website, it is using the link TestABC.com/page1.
What did I do wrong when I launched my site?
Bernhard
Here are a few things to try:
1) Clear the site's cache.
2) Clear your browser's cache:http://www.wikihow.com/Clear-Your-Browser's-Cache...
3) Do you have a BASE_URL set to the old URL? This can be set in in config/site.php. See here:http://www.concrete5.org/documentation/how-tos/editors/controlling-...
4) Is the link hard-coded, like in an HTML block, or perhaps in your theme's page type?
Good luck!