Tag Archives: Drupal

Apache – Setup the VirtualHost

Usually, people got more than one website in the Apache web server and sometimes they want to separate them into different domain names. This can be done by the Apache VirtualHost.

The following example is done in Mac MAMP, i guess the configuration on Linux and Windows should be similar. Let’s start now.

1. I have 2 folders in the Apache webroot folder

  • drupal-6.19 – The Drupal Application
  • HelloWorld – Folder contains simple HTML

Continue reading Apache – Setup the VirtualHost

Drupal – Modules installation

Similar to wordpress, Drupal allows contributors to create modules to enhance its feature. Just like those plugins in wordpress.

To install the modules, download the module package. I use the ImageAPI module as an example.
Continue reading Drupal – Modules installation