connection with project

Permalink
Hi

I have recently started to copy my sites to create new ones in order to keep the content the same.

When i copy over to a new folder/url it tends to link itself to the exiting project that I have copied from. Which part of the code does C5 look at in order to establish this so that in future I could change when copying over. That way I have a separate project for each new copy.

Thanks

Responsive
 
Remo replied on at Permalink Reply
Remo
I'm not really sure I get what you mean but I think you should have a look at site/config.php.

This is where you'll find information about the database connection as well as the website's URL. BASE_URL and DIR_REL if it's installed in a sub directory)
MattWaters replied on at Permalink Best Answer Reply
MattWaters
Hmm, do you mean the connection to the concrete5.org Marketplace?

If so, you'll want to delete two rows from your database. These contain values that are set when you connect the site to your concrete5.org username for the first time. Check out this tutorial:

http://www.concrete5.org/documentation/how-tos/editors/reconnect-to...

I would guess that you'll want to remove these from the "original" database you're copying from, but you can always remove these from an existing site and then reconnect it.
Responsive replied on at Permalink Reply
Responsive
cheers Matt , it worked perfectly