<br>Noob here, but I&#39;ve put in several hundred hours of Drupal reading (about ten hours worth of material, rest spent digging finding it and yes I hope to have time to contribute to the docs team) and a couple dozen hours on the installation/configuration of my XAMPP/SVN-based localhost stack running from a thumbdrive - lots of fun so far!
<br><br>We&#39;re in the middle of doing a complete overhaul of our site design,
not just look &amp; feel but also navigational structures, so this is a
perfect opportunity to switch over to a CMS, both as a learning
experience for myself and for our site&#39;s ability to expand with dynamic
community features in the future. 98% of the pages will be static; in fact the only &quot;dynamic&quot; feature I see us using to start with is the contact module! I completely realize this isn&#39;t &quot;how it&#39;s done&quot; in Drupal-land, but please humour me if you will.
<br><br>I&#39;d like to generate everything from Drupal on my localhost using wget etc., and then upload that static 98%
to our shared host account as plain old html/css to avoid the unnecessary performance drag of the overhead involved with dynamically generating content that&#39;s never changing. <br><br>Dynamic features like contact forms (and in future login to forums) will be handled from standalone sections linked to from primary
navigation, rather than integrated into every page.<br><br>So what I&#39;d like is for the usual 99.9% of our visitors to browse the static HTML portions of our site, but to have Drupal &quot;ready to kick in&quot; when one of them clicks on Contact Us. I&#39;m having trouble visualising how Drupal will keep track of what the visitor&#39;s doing, in fact I reckon it can&#39;t as long as they&#39;re in &quot;static land&quot;.
<br>
<br><br>OK, just thinking &quot;out loud&quot; here (PLEASE correct me if I&#39;m totally off base) what about using Drupal&#39;s multi-site feature and have each &quot;trigger spot&quot; of functionality be a separate site (only technically, as far as the Drupal plumbing is concerned) with its own customised &quot;front page&quot;, blocks config etc.?
<br><br>e.g. <a href="http://contact.example.com">contact.example.com</a> brings up the contact form, in the future - <a href="http://forums.example.com">forums.example.com</a>, <a href="http://news.example.com">news.example.com
</a> etc. - would bring you to their specific areas of the site.<br><br>Would this same &quot;multi-site&quot; capability be possible with subdirectories rather than subdomains?<br>
<br>
e.g. Could&nbsp; <a href="http://example.com/contact">example.com/contact</a>&nbsp;&nbsp;&nbsp; <a href="http://example.com/forums">example.com/forums</a>&nbsp;&nbsp; <a href="http://example.com/news">example.com/news</a><br>
<br>
be treated as separate sites by Drupal?<br><br>I imagine a solution for this would involve <font size="-1">mod_rewrite and/or </font>.htaccess - anyone willing to point me in the right direction? (even if you think I&#39;m actually headed for a dead end &lt;g&gt;)
<br>
<br>
Of course, I would want the user to feel that they are just navigating one site - all of these &quot;sub-sites&quot; would share the same database and theme folder etc. in settings.php, correct? In fact off the top of my head, only the administration settings would be different. . .
<br><br>Thanks in advance<br><br>Hans<br><br>