Forum Moderators: coopster
The main things I need to protect are the folder structure of the server, the database schema and the contents of certain PHP files on the server. I know with the databases I can split up the database in to parts and protect the more sensitive information.
Any insight or experience on this would be good so I don't miss anything.
If you have sensitive information it might be the best, most secure, easiest way. Then you know there is no way they can possibly get to or break anything you do not actually copy to the other site / server...
there is also a copying issue, I don't want a developer to simply be able to access all the site files and have a working copy of the site, there is a lot of custom logic that is of value.