Sorry for the long-winded title, but that’s exactly what I’m inquiring about. I have a series of websites focusing on various topics, each one with various sections. Some of the sections are shared between different websites, such as a World section. Thus, you could have URL’s like MySite/World/Arizona and MySite2/World/Arizona, with one focusing on Arizona geography and the other on Arizona people.
All of these sites are CMS’s. Actually, the entire project is one big CMS, as each site includes files from a primary script that handles all the preliminaries, database queries, etc. Sites like MySite2 are little more than skeletons consisting of static pages that include everything from the master site.
Some of my sites are huge. I have a site focusing on animals that has over 50,000 pages and could eventually feature over a million pages if I decide to take on life in general.
Now I’m working on a new site - sort of a mini-encyclopedia that will combine all these sites into one site. I don’t plan on deleting the existing sites. Rather, people will be able to read about a particular topic at the original URL (e.g. MySite2/Life/Aardvark) or the new encyclopedia site (e.g. MySite/Aardvark). This encyclopedia will also have some separate sections, like MySite/Dictionary and MySite/Calendar.
I’ve been working with PHP and MySQL for more than five years. I’ll never been a hot coder, but I have fairly solid intermediate skills.
To finally get to the point, I have a lot of pride in something I created myself, and it’s going to hard to learn a different way of doing things, but all the experts seem to agree that popular CMS’s are the best choice. There are a lot of special features I’d like to add that are going to take a lot of work, features that have already been developed for various CMS’.
So, based on the information I’ve provided, what are your recommendations? If it’s going to take me months to import and reconfigure all my code and scripts into a CMS, then I may have no choice but stay the course and continue working on my own. But it looks like the only way I’ll know is to give it a try, so what are your recommendations?
Would you recommend Drupal, WordPress or something else? Could there be advantages to using Drupal and WordPress both - for example, using Drupal for the main sections and content and WordPress for the Dictionary and Calendar, or using Drupal for the primary website/encyclopedia and WordPress for the other sites.
I’d like to install Drupal, WordPress or whatever and create sort of an alias - like MySiteDrupal - that mirrors my existing site. That way I can develop them side by side for a while and see how it goes.
Sorry for all the questions. Any tips will help. Thanks!