Re: CMS Site Structures
| Newsgroups | gmane.comp.cms.cms-forum.general |
|---|---|
| Message-ID | <[email protected]> |
Julian Voelcker <asp-82/[email protected]> wrote on 01/18/2005, 04:18:49 PM: > I am now considering moving the administration site into a sub > directory of the main site, which will get over some of the drawbacks, > but could present other issues. The technique I use is "site <-> db <-> admin". Most installations have had the admin simply in a subfolder. In one case, we had to publish to a live site, but this was fairly easy to do by having a syncronization step whenever content went live. The sync process copied any files and indicated that files were uploaded successfully and transferred any database content. The downfall is that any changes to the database structure had to be done in two places. Anyways, as others have mentioned, having admin and site on the same machine is a very common setup among CMSs.