Trying to set up my 3rd C5 site
Permalink
Hi Everybody
I am trying to set up a 3rd C5 website, but am a bit rusty as have not touched concrete5 for a while.
I have copied files on the server from a previous successful c5 website and set up a new directory, and changed the site.php as appropriate etc. Have also created a new database in PHPMyAdmin.
However when I go to the new site's IP address it attempts or redirects to the existing website. I.e.http://212.106.97.148 ends up blank / page not displayed and I can see it trying to go tohttp://www.akhter.co.uk the existing C5 site.
Is the domainhttp://www.akhter.co.uk hardcoded anywhere?
in site.php it shows base url hashttp://212.106.97.148
Any help appreciated
Regards
Steve
I am trying to set up a 3rd C5 website, but am a bit rusty as have not touched concrete5 for a while.
I have copied files on the server from a previous successful c5 website and set up a new directory, and changed the site.php as appropriate etc. Have also created a new database in PHPMyAdmin.
However when I go to the new site's IP address it attempts or redirects to the existing website. I.e.http://212.106.97.148 ends up blank / page not displayed and I can see it trying to go tohttp://www.akhter.co.uk the existing C5 site.
Is the domainhttp://www.akhter.co.uk hardcoded anywhere?
in site.php it shows base url hashttp://212.106.97.148
Any help appreciated
Regards
Steve
I don't have base url in my site.php, but I do in the web pages.
Site.php shows: define('SERVER_PATH_VARIABLE', 'REDIRECT_URL');
Your missing 'var CCM_BASE_URL' on your website.
Which directory are your files in?