Multiple concrete5 websites

Permalink
I am hoping that I do not have a unique issue and that I am just missing something. I have a host account and have multiple websites hosted.

the main website is running version 5.3.1.1
http://www.mydomain.com and the installation is located in the root

an additional domain(located in a subfolder) is running 5.4.1.1 however when domain is enteredhttp://www.myadditionaldomain.com it redirects tohttp://www.mydomain.com

I do know however that if the versions were the same they would function correctly or at least older versions being the same.

has anyone encountered this? what can be done to fix it? do I have to upgrade and risk downtime on the root installation?

thanks in advance for any insight.

 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
what you can do is open /config/site.php and modify or delete the BASE_URL and DIR_REL lines, you don't have to have any downtime :)
pacificairforce replied on at Permalink Reply
Thank you, that helped tremendously.