Hi all,
Currently I have a manually built website which uses simple php includes to load the template around the content, pages being built using notepad.
My file structure is simple - at the moment most files are in the main directory, so the URL is in this format (for example):
http://www.tranquillizer.co.uk/martial-arts-chow-gar.html
Now, ideally I should have built a separate directory for "martial arts", but I never got around to doing that. I have the same 'head' and 'header' for each page, and the 'footer' include holds the different parts for each "section". So the /diet-fast-food.html has a different footer to the Chow Gar page.
So, can I set up Drupal so that:
1. The site is more or less in the same style - i.e. 3 columns etc.
2. Can I keep the same URL's?
3. Other than copying and pasting each page into the Drupal CMS, would there be any other way of dumping / loading up all my .html files?
My only reason for the moment of moving to a CMS is to easily be able to:
1. add user comments to each page
2. produce an RSS feed for the whole site.
Currently I have a couple of blogs on the site too, which are published using Blogger. If I moved the blogs to Drupal, could I keep those URLs, e.g. http://www.tranquillizer.co.uk/articles/2007/05/health-benefits-of-regul...