<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://friendly-machine.com">
<channel>
 <title>Friendly Machine</title>
 <link>http://friendly-machine.com</link>
 <description>Writings On Web Design + Website Management</description>
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/FriendlyMachine" /><feedburner:info uri="friendlymachine" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>FriendlyMachine</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
 <title>Drupal vs WordPress</title>
 <link>http://feedproxy.google.com/~r/FriendlyMachine/~3/pB_lIJFHxRg/wordpress-vs-drupal</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/drupal-vs-wordpress-2_0.jpg" alt="WordPress vs Drupal" width="620" height="220" /&gt;&lt;/p&gt;
&lt;p&gt;The conventional wisdom has it that when it comes to usability, WordPress blows Drupal away. If you're looking for power and flexibility, Drupal reigns supreme. But is the conventional wisdom really true? &lt;/p&gt;
&lt;p&gt;When comparing Drupal and WordPress, the conversation can often get heated. The die hard Drupal folks will scoff at the very suggestion that WordPress is a true competitor, while the WordPress crowd will lament the steep learning curve and stubborn usability issues that are supposedly part and parcel of Drupal site building and administration.&lt;/p&gt;
&lt;p&gt;Some of us, however, don't have the luxury of being rabid partisans. We serve small businesses and sometimes Drupal is the best fit, and other times WordPress is the right choice. Over the past year, I've had to spend more time with WordPress and have gotten to a place where I can speak to the pros and cons of each CMS. What follows are some of the most important points to consider when choosing which system to recommend.&lt;/p&gt;
&lt;h2&gt;Creating Content&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;If you're a professional web designer, you can probably navigate your way around Drupal's lack of a built in editor. But that means you're going to have to do the work of installing one yourself and it may be a challenge putting together something that is as good as the editor that comes installed with WordPress. It's simply the best I've seen, by far. Editing in full screen mode was also recently added, leaving Drupal farther behind.&lt;/p&gt;
&lt;p&gt;I wrote&lt;a href="http://friendly-machine.com/posts/2012/hey-drupal-you-forgot-something"&gt; a recent post &lt;/a&gt;on the topic of Drupal's lack of built in editor that sparked some interesting conversation, but it also left me feeling that no changes will be made to address this issue in the near future. WordPress is certainly a better choice on this score for users that require something simple and relatively bulletproof.&lt;/p&gt;
&lt;h2&gt;Displaying Content&lt;/h2&gt;
&lt;p&gt;Out of the box, both WordPress and Drupal offer two content types, pages and posts/articles. If you need more flexibility from WordPress, you'll need to go looking for a plugin. In Drupal 7, the mighty CCK module has been moved into core (now called Fields), giving users the ability to easily configure any content type they choose.&lt;/p&gt;
&lt;p&gt;When it comes to flexibly displaying site content, both platforms send you to the development community for help. Fortunately, both have options available. WordPress has two main choices, &lt;a href="http://wordpress.org/extend/plugins/virtual-pages/"&gt;Virtual Pages&lt;/a&gt; and &lt;a href="http://wordpress.org/extend/plugins/query-posts/"&gt;Query Posts&lt;/a&gt;, with the latter being the more popular of the two. Drupal on the other hand has the very powerful &lt;a href="http://drupal.org/project/views"&gt;Views&lt;/a&gt; module. &lt;/p&gt;
&lt;p&gt;On this score, Drupal has the clear advantage. Views can take a while to get the hang of, but once you do, you can slice and dice your content every which way and serve it up on multiple pages, blocks and feeds. There is no real challenger to Views in the WordPress community...yet.&lt;/p&gt;
&lt;p&gt;A nice companion to Views is &lt;a href="http://drupal.org/project/semanticviews"&gt;Semantic Views&lt;/a&gt; which can help keep the sometimes ugly markup generated by Views nice and clean.&lt;/p&gt;
&lt;h2&gt;Blocks vs. Widgets&lt;/h2&gt;
&lt;p&gt;One of the first things a site builder usually wants to do is add some sidebar content and this is where blocks and widgets come into play. Although it may come as a surprise to some, Drupal has the upper hand in this area. It's true that the WordPress interface is more intuitive, but it's also more difficult to restrict the display of a widget to certain pages, something I find to be an extremely common requirement. WordPress does have a plugin for this, the awkwardly named &lt;a href="http://wordpress.org/extend/plugins/widget-logic-visual/"&gt;Widget Logic Visual&lt;/a&gt;, but even that doesn't come close to the flexibility of Drupal's block system.&lt;/p&gt;
&lt;h2&gt;Modules vs. Plugins&lt;/h2&gt;
&lt;p&gt;Adding modules, or plugins as they are called in WordPress, is often the first post-installation task when setting up a site. Although Drupal has a very good selection of modules, and some that are true standouts, WordPress has an embarrassment of riches on this point. Another thing I've noticed is that in the cases where a publisher produces a plugin/module for both systems, the one for WordPress invariably works better.&lt;/p&gt;
&lt;p&gt;In my view, this is simply a function of the enormous size of the WordPress community. For most scenarios, WordPress has not only one, but usually several good options. This is a very important point for a lot of small businesses that may need to add functionality but have tight development budgets. It's also an important consideration for designers who are doing site building for a client. It can really make the process much more efficient.&lt;/p&gt;
&lt;p&gt;That said, Drupal has you covered with an adequate solution 95% of the time, but it is something to consider.&lt;/p&gt;
&lt;h2&gt;User Management &amp;amp; Permissions&lt;/h2&gt;
&lt;p&gt;Most sites that use a CMS have multiple users editing content. Those users will often have different roles and need different permissions. WordPress has five built-in roles: Administrator, Editor, Author, Contributor and Subscriber. These roles have what WordPress defines as Capabilities, for example, the capability to moderate comments. This provides some nice out of the box functionality that will suit most site's needs.&lt;/p&gt;
&lt;p&gt;Drupal, on the other hand, has three roles defined: Administrator, Anonymous User and Authenticated User. Despite having fewer pre-defined roles, Drupal makes it very easy to create new roles with fine-grained permissions.&lt;/p&gt;
&lt;p&gt;Users can even be given access to specific fields on content types, allowing site administrators a great deal of control over the information and features available to site visitors and contributors.&lt;/p&gt;
&lt;p&gt;WordPress has some modules that can more or less replicate the functionality of Drupal's core user management and permissions, but considering the strength of Drupal's default features, it clearly comes out on top.&lt;/p&gt;
&lt;h2&gt;The Best Tool for the Job&lt;/h2&gt;
&lt;p&gt;Over the years, I've trained &lt;strong&gt;a lot&lt;/strong&gt; of people to use both systems. With Drupal 6, the process was truly painful. But with Drupal 7, I've seen a really big change. Content contributors, publishers, and new site admins all have a much easier time with things. It's gotten to the point where I don't think it's considerably more difficult to pick up Drupal than it is WordPress. Is WordPress still a bit easier? Yes, but when you factor in the flexibility you get with Drupal, I think it's a pretty close call. Make no mistake, when it comes to content management systems, flexibility is a usability issue.&lt;/p&gt;
&lt;p&gt;My basic recommendation is that if you are building a large, complex site that is supported by professional staff, Drupal is the clear choice. If you're building a smaller site with non-technical staff administering it, WordPress is the way to go. Everything in between is a toss up based on the particular requirements of the organization in question. If you have any thoughts on the pros and cons of the two systems, please share them in the comments below.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;About the author&lt;/strong&gt;&lt;em&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt; John Hannah owns &lt;a href="http://redpointhq.com"&gt;Redpoint Web Marketing,&lt;/a&gt; a Tucson web design firm that helps small businesses and non-profits design and market their websites, something he's been happily working at for over ten years. &lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fkUmGQ6IqCX2q_YR2TejRrdJxNM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fkUmGQ6IqCX2q_YR2TejRrdJxNM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fkUmGQ6IqCX2q_YR2TejRrdJxNM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fkUmGQ6IqCX2q_YR2TejRrdJxNM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FriendlyMachine/~4/pB_lIJFHxRg" height="1" width="1"/&gt;</description>
 <pubDate>Sun, 13 May 2012 12:48:26 +0000</pubDate>
 <dc:creator>John Hannah</dc:creator>
 <guid isPermaLink="false">19 at http://friendly-machine.com</guid>
<feedburner:origLink>http://friendly-machine.com/posts/2011/wordpress-vs-drupal</feedburner:origLink></item>
<item>
 <title>Best Drupal 7 Themes</title>
 <link>http://feedproxy.google.com/~r/FriendlyMachine/~3/b1VY9czL7bU/7-best-drupal-7-themes</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/best-drupal-7-themes.jpg" alt="Best Drupal 7 Themes" width="620" height="220" /&gt;&lt;/p&gt;
&lt;p&gt;It was about a year ago that I wrote my first post on the best Drupal 7 themes. At the time, it was slim pickings coming up with a list of strong choices. Fortunately, a lot has changed since then. &lt;/p&gt;
&lt;p&gt;A couple quick points before we get to the themes. The criteria I used in putting this list together has changed a bit since last time. First of all, these are all free themes. Extra points were awarded if the theme uses responsive design or an installation profile, especially if it includes a WYSIWYG. These are things that I think show extra attention to user experience.&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://www.symphonythemes.com/drupal-theme/alphorn"&gt;Alphorn&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/alphorn-theme.jpg" alt="drupal alphorn theme" width="618" height="350" class="img-border" /&gt;&lt;/p&gt;
&lt;p&gt;First up is &lt;a href="http://www.symphonythemes.com/drupal-theme/alphorn"&gt;Alphorn&lt;/a&gt; from Symphony Themes. It's a good choice for a corporate site, includes three color schemes, uses responsive design and has an installation profile that includes a lot of useful modules like Google Analytics and Pathauto, among others.  An added bonus is the inclusion of layered PSD files so you can more easily do a theme modification. However, it doesn't look like they include a WYSIWYG by default, which I think would be a big plus considering the target market.&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://drupal.org/project/omega"&gt;Omega&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/omega-theme.jpg" alt="Drupal Omega Theme" width="618" height="350" class="img-border" /&gt;&lt;/p&gt;
&lt;p&gt;This is the first base theme on the list and I have to tell you, I really love it. &lt;a href="http://drupal.org/project/omega"&gt;Omega&lt;/a&gt; is designed as a &lt;a href="http://friendly-machine.com/posts/2011/when-a-trickle-becomes-a-flood"&gt;responsive&lt;/a&gt; theme built using HTML5 and a 960 grid.&lt;/p&gt;
&lt;p&gt;It's highly configurable and its maintainer, Jake Strawn, is skilled and committed. Strawn has also developed a companion module, &lt;a href="http://drupal.org/project/delta"&gt;Delta&lt;/a&gt;, that offers some really great additional functionality. Of all the base themes, this is easily my favorite. &lt;strong&gt;UPDATED:&lt;/strong&gt; Read my full review of the &lt;a href="http://friendly-machine.com/posts/2011/drupal-omega-theme"&gt;Drupal Omega theme&lt;/a&gt; to learn more.&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://drupal.org/project/marinelli"&gt;Marinelli&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/marinelli-theme.jpg" alt="Drupal Marinelli Theme" width="618" height="350" class="img-border" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://drupal.org/project/marinelli"&gt;Marinelli&lt;/a&gt; is a classic Drupal theme, but it just barely made the list this time around. Sure, it's a nice looking theme, but it hasn't yet adopted responsive design and there isn't an installation profile available. I think if you're developing a new site these days, addressing the needs of mobile users needs to be a major consideration, and Marinelli is lagging in this area. &lt;/p&gt;
&lt;p&gt;One thing it does have going for it is an integrated jQuery rotator, which can save a little time. It's also an excellent choice if you're building a site that puts a premium on accessibility.&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://drupal.org/project/zen"&gt;Zen&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/zen-theme.jpg" alt="Drupal Zen Theme" width="618" height="350" class="img-border" /&gt;&lt;/p&gt;
&lt;p&gt;Yeah, you gotta love &lt;a href="http://drupal.org/project/zen"&gt;Zen&lt;/a&gt;. It's billed as the ultimate base theme and it certainly has a lot going for it. If you're looking for a well-documented base theme produced by a top-notch developer, you can't go wrong with this one. And yes, Zen has finally gotten on the responsive design bandwagon.&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://www.sooperthemes.com/drupal-themes/touchpro"&gt;TouchPro&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/touch-pro-screenshot.jpg" alt="Touchpro theme" width="618" height="348" class="img-border" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sooperthemes.com/drupal-themes/touchpro"&gt;TouchPro&lt;/a&gt; is a free theme from &lt;a href="http://friendly-machine.com/posts/2012/interview-jurriaan-roelofs"&gt;Jurriaan Roelofs&lt;/a&gt; of SooperThemes. Jurriaan has developed his own responsive base theme &lt;a href="http://drupal.org/project/arctica"&gt;Arctica&lt;/a&gt;. Although I didn't include Arctica on this list, I think it's definitely worth checking out, especially in combination with &lt;a href="http://drupal.org/project/tundra"&gt;Tundra&lt;/a&gt;, a sub-theme that adds a lot of bells and whistles.&lt;/p&gt;
&lt;p&gt;TouchPro also has an installation profile that includes a ton of built-in features. If you need to get a website set up really quickly, this theme is a good choice. &lt;/p&gt;
&lt;h2&gt;&lt;a href="http://www.themebrain.com/theme-detail/tb-sirate"&gt;TB Sirate&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/sirate-theme.jpg" alt="drupal sirate theme" width="618" height="350" class="img-border" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.themebrain.com/theme-detail/tb-sirate"&gt;Sirate&lt;/a&gt; is a great theme for a corporate site from the guys at &lt;a href="http://www.themebrain.com/"&gt;ThemeBrain&lt;/a&gt;. Like a lot of the the other developers on this list, ThemeBrain are doing some cool things. First of all, they have developed their own base theme, &lt;a href="http://drupal.org/project/nucleus"&gt;TB Nucleus&lt;/a&gt;, which looks pretty interesting. They have also included an installation profile, Superfish menus and lots more. I also had an exchange on Twitter with these guys and I'm told they are already at work implementing responsive design. Pretty good stuff.&lt;/p&gt;
&lt;h2&gt;&lt;a href="http://www.themebrain.com/theme-detail/tb-methys"&gt;TB Methys&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt; &lt;img src="http://friendly-machine.com/sites/default/files/images/methys-theme.jpg" alt="drupal methys theme" width="618" height="350" class="img-border" /&gt;&lt;/p&gt;
&lt;p&gt;So the last theme on the list, &lt;a href="http://www.themebrain.com/theme-detail/tb-methys"&gt;Methys&lt;/a&gt;, is also from ThemeBrain. It's has all the bells and whistles of Sirate, but is quite different from many other free themes with regard to design. It's a sophisticated, feminine theme, something you don't see much of from the male-dominated theme developer community. Methys would be perfect for a magazine or fashion retail site targeted at women.&lt;/p&gt;
&lt;h2&gt;Wrapping It Up&lt;/h2&gt;
&lt;p&gt;There is a lot going on with Drupal themes right now. It's an exciting time, but it can make it a bit more difficult to choose a theme that is going to meet your needs going forward. Hopefully this list will help you narrow it down some. If you think I've left a deserving theme off this list, leave me a comment below. You may also want to check out my recent post on some of the &lt;a href="http://friendly-machine.com/posts/2012/5-best-premium-drupal-themes"&gt;best premium Drupal themes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;About the author&lt;/strong&gt;&lt;em&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt; John Hannah owns &lt;a href="http://redpointhq.com"&gt;Redpoint Web Marketing,&lt;/a&gt; a Tucson web design firm that helps small businesses and non-profits design and market their websites, something he's been happily working at for over ten years. &lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PtCZC_0T0OSju3KAFPF1j-K7d7U/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PtCZC_0T0OSju3KAFPF1j-K7d7U/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PtCZC_0T0OSju3KAFPF1j-K7d7U/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PtCZC_0T0OSju3KAFPF1j-K7d7U/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FriendlyMachine/~4/b1VY9czL7bU" height="1" width="1"/&gt;</description>
 <pubDate>Sun, 29 Apr 2012 19:51:21 +0000</pubDate>
 <dc:creator>John Hannah</dc:creator>
 <guid isPermaLink="false">25 at http://friendly-machine.com</guid>
<feedburner:origLink>http://friendly-machine.com/posts/2011/7-best-drupal-7-themes</feedburner:origLink></item>
<item>
 <title>Drupal Multisite Install with cPanel</title>
 <link>http://feedproxy.google.com/~r/FriendlyMachine/~3/53ItqEaubdc/drupal-multisite-install-cpanel</link>
 <description>&lt;div class="field field-name-body field-type-text-with-summary field-label-hidden"&gt;&lt;div class="field-items"&gt;&lt;div class="field-item even"&gt;&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/drupal-multisite-cpanel.jpg" alt="Drupal multisite using cpanel" width="620" height="220" /&gt;&lt;/p&gt;
&lt;p&gt;I recently did some work for a client setting up a multisite install on a shared hosting account using &lt;a href="http://www.cpanel.net/"&gt;cPanel&lt;/a&gt;. With shared hosting, if you run into any problems you're pretty much on your own. And unfortunately for me, there were problems. Since I'm always looking for an opportunity to turns lemons into lemonade, I thought I'd write a 'how to' post to save others a bit of aggravation.  &lt;/p&gt;
&lt;p&gt;Let's step through the process...&lt;/p&gt;
&lt;h2&gt;Initial Setup&lt;/h2&gt;
&lt;p&gt;We'll begin by assuming you have a basic Drupal install up and running. For the purposes of this tutorial, and because I'm a bit hungry, we'll call this base site &lt;em&gt;taco.com&lt;/em&gt;. This will be the default domain for the install.&lt;/p&gt;
&lt;p&gt;To convert our single site Drupal installation into a multisite setup, however, we'll need another domain. Let's stick with the theme and call this one &lt;em&gt;burrito.com&lt;/em&gt;. We need to make sure we set the name servers for &lt;em&gt;burrito.com&lt;/em&gt; to the same host that we are using for &lt;em&gt;taco.com&lt;/em&gt;. You can set the name servers in the control panel provided by your domain registrar.&lt;/p&gt;
&lt;h2&gt;Create a Parked Domain&lt;/h2&gt;
&lt;p&gt;The next step is adding your new domain as a &lt;em&gt;parked domain&lt;/em&gt; in cPanel. You could choose to configure this using the Addon domains option, but I prefer going with a parked domain - fewer form fields to complete.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/drupal-multisite-cpanel-1.jpg" alt="Drupal multisite parked domain" width="618" height="350" class="img-border" /&gt;&lt;/p&gt;
&lt;p&gt;You'll notice in the screenshot below that the domain root for our new site is /public_html. That's where I have my default domain as well. If your default site is in another folder, you'll need to make sure your parked domain is pointing to the same place. If you can't do this using parked domains, give it a try using the Addon domain method. The important thing is that all domains using the Drupal multisite install are pointing at the same root folder. &lt;/p&gt;
&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/drupal-multisite-cpanel-parked-domain.jpg" alt="setting the root" width="618" height="350" class="img-border" /&gt;&lt;/p&gt;
&lt;p&gt;Another thing to keep in mind is that it may take a while for this setting to take effect. You're making a DNS entry for this new site and it can sometimes take up to 24 hours to propogate, although in my experience it's usually just a few hours.&lt;/p&gt;
&lt;h2&gt;Create A Database&lt;/h2&gt;
&lt;p&gt;For this example, each site is going to have it's own database. We can do this by going to the MySQL Database Wizard and following the prompts.&lt;/p&gt;
&lt;p&gt;&lt;img src="http://friendly-machine.com/sites/default/files/images/drupal-multisite-cpanel-mysql.jpg" alt="Multisite MySQL wizard" width="618" height="350" class="img-border" /&gt;&lt;/p&gt;
&lt;p&gt;Although it's possible to have multiple sites using a single database, I feel it's simpler for each site to have it's own db and it's also the more typical configuration. There are cases when you really do want a shared database, however, so if you're interested, take a look at the &lt;a href="http://drupal.org/project/domain"&gt;Domain Access module&lt;/a&gt; as a starting place.&lt;/p&gt;
&lt;h2&gt;Create Site Folder&lt;/h2&gt;
&lt;p&gt;Now we need to create a folder for our &lt;em&gt;burrito.com&lt;/em&gt; site. We add this folder under &lt;em&gt;public_html/sites/burrito.com&lt;/em&gt;. Next we need to copy default.settings.php to this folder (it should be in the default folder from the initial Drupal install) and rename it to settings.php. Make sure the permissions are set to 644 (right-click a folder or file to set permissions). You should also create the 'files' folder inside the &lt;em&gt;burrito.com&lt;/em&gt; folder and make sure it's permissions are set to 755.&lt;/p&gt;
&lt;h2&gt;Modify .htaccess for www resolve&lt;/h2&gt;
&lt;p&gt;This is one spot where I got a bit tripped up. If you care about SEO (and you should) you'll want to make sure your site properly handles www resolution to avoid duplicate content issues. If you're not familiar with this issue, you can read more about it &lt;a href="http://zacvineyard.com/blog/2010/10/19/how-to-add-a-www-resolve-to-apache-for-better-seo/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So we want &lt;em&gt;burrito.com&lt;/em&gt; to always resolve to http://burrito.com. If someone comes to our site by entering http://www.burrito.com we want to have a 301 redirect send them to the proper URL. To do this, we need to add the following snippet to our .htaccess file:&lt;/p&gt;
&lt;pre style="padding-left: 30px;"&gt;RewriteCond %{HTTP_HOST} ^www\.burrito\.com$ [NC]&lt;br /&gt;RewriteRule ^(.*)$ http://burrito.com/$1 [L,R=301]&lt;/pre&gt;&lt;p&gt;The thing I goofed up on was forgetting to do this for &lt;em&gt;all&lt;/em&gt; of my domains. If you forget to add this snippet for each domain, when you go to your new site you'll be redirected to the default site instead of being prompted to install Drupal.&lt;/p&gt;
&lt;h2&gt;Install the New Site&lt;/h2&gt;
&lt;p&gt;OK, if all went to plan you should be ready to install your new site. In our case we would just go to &lt;em&gt;burrito.com&lt;/em&gt; and then we'll be prompted to install Drupal as usual. That wasn't too bad, was it?&lt;/p&gt;
&lt;h2&gt;Troubleshooting Advice&lt;/h2&gt;
&lt;p&gt;There are a lot of ins and out when it comes to getting to this working with different hosts. Bluehost.com, for example, doesn't let you create sites that both point to the same root folder. In that case you'll need to use symlinks which are a different conversation altogether. I recommend checking out &lt;a href="http://www.kobashicomputing.com/drupal-multisite-installation-on-cpanel"&gt;Kobashi Computing's write up&lt;/a&gt; if the process I've outlined isn't working for you. They specifically talk about symlinks which may be something you need to get your setup properly working.&lt;/p&gt;
&lt;p&gt;If you've got any tips of your own, leave them in the comments. I'd love to add your advice to the conversation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;About the author&lt;/strong&gt;&lt;em&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt; John Hannah owns Redpoint Web Marketing, a &lt;a href="http://redpointhq.com"&gt;Tucson web design&lt;/a&gt; firm that helps small businesses and non-profits design and market their websites, something he's been happily working at for over ten years. &lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/AJbNlJi-VofEcxxYaZ-cj9NiuXM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AJbNlJi-VofEcxxYaZ-cj9NiuXM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/AJbNlJi-VofEcxxYaZ-cj9NiuXM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AJbNlJi-VofEcxxYaZ-cj9NiuXM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/FriendlyMachine/~4/53ItqEaubdc" height="1" width="1"/&gt;</description>
 <pubDate>Sat, 14 Apr 2012 00:08:56 +0000</pubDate>
 <dc:creator>John Hannah</dc:creator>
 <guid isPermaLink="false">65 at http://friendly-machine.com</guid>
<feedburner:origLink>http://friendly-machine.com/posts/2012/drupal-multisite-install-cpanel</feedburner:origLink></item>
</channel>
</rss>

