please check out my Drupal review - I just started a review forum on free scripts and I want to get some nice folks over to help me review and possibly discuss their scripts to make them more accessible for newbies without lots of knowledge. Once again, the review is available here: http://free-scripts-forum.org/index.php?topic=3.0
4.7.0 -> 4.7.1 is my first incremental drupal upgrade experience. i understand the process but it seems cumbersome (and maybe a little problem prone but that's probably just because i'm not totally comfortable with the process) compared to some other open source projects (it has multiple manual steps, etc.) To upgrade Sugar CRM, in contrast, you just upload a small upgrade zip file within the web-based admin interface, click a button and it upgrades itself automatically.
I'm a volunteer along with 3 other guys (Nick, John & Mike) to develop an updated website for our church community. I've been learning to use Drupal since September, so obviously that's the platform I prefer to work with for the site. Nick knows PHP, but has no experience with Drupal. John knows some ASP, and is familiar with Nuke.net. Mike also knows ASP and is comfortable using .net, but he usually builds CMS's from scratch. So we're basically two for and two against as to either CMS. Maybe we just need to recruit a 5th volunteer :)
I've read the install.txt of Drupal 4.7. Now I've copy the directory of default and rename it to be example.com. So in sites directory, the structure is like:
sites/default
sites/example.com
The drupal is in a folder try. And I can access to the default site of drupal in this way: http://localhost/try
My question is that how I can access the sites in example.com? I tried http://localhost/example.com
however, it didn't work. Please help ^^