WOW. I'm new to Drupal and I'm excited about the possibilities. I listened to most of the lullabot podcasts and watched lullabot video casts. And I'm reading "Drupal" by David Mercer. Great stuff. Here's where I need help. I've got Drupal 4.7) Installed on a Windows 2003 box using IIS. I'm trying to figure out a couple of things. First how do I set up (configure) multi sites in my enviroment. Second, I can't seem to get attachments to posts to show up at all. The files appear to upload but disappear for the posted comment/page.

I'm hoping I can be directed to a comprehensive bit of info for configuring Drupal in IIS.

Thanks for any help.

Comments

sepeck’s picture

My site probably has the most comprehensive article. For the most part it should still work with a few version tweaks.
http://www.blkmtn.org/node/197

Multisite is vitrual hosts in IIS, you need to add them to your existing site in IIS where you Drupal root is so the web server knows it's supposed to respond.

For disapearing files, check your permissions on the files directory, the php temp directory and make sure you use the complete file path D:\path\to\dir for your temp directory not the relative path.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide