Comments on Drupal CMS On An ISPConfig Server Within 10 Easy Steps

Drupal CMS On An ISPConfig Server Within 10 Easy Steps Drupal is a nice CMS, which is easy to use but it requires some special server settings. I wrote this “how to” for those who want to run this CMS on their ISPConfig server. Probably you can setup Drupal in different ways but I prefer the way descibed here.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

Setting up drupal 5 I side steped this doc around

STEP 8 - MySQL database for Drupal:

it seems drupal 5 may take care of things after this step by going to the URL.

Just make sure to make the database and username etc 

 

By: rsantiag

Hi there!!

 In order to make available the users profiles when using friendly URLs (www.mysite.com/user/theuser) we need to "disable" the default AliasMatch of ISPConfig.

 You only need to add to the Step 1 the following:

AliasMatch ^/users/(.*) /var/www/webX/web/users/$1

The complete code:

-------------------------------------------------

<Directory /var/www/mydrupalwebsite.tld/web/> 
Options +Includes +FollowSymlinks -Indexes 
AllowOverride All 
Order allow,deny 
Allow from all 
<Files ~ "^\.ht"> 
Deny from all 
</Files> 
</Directory>
 
AliasMatch ^/users/(.*) /var/www/webX/web/users/$1

-------------------------------------------------

 Hope this help you,

Ricardo.

By: ??????

this is not easy it takes me a long time

i know i cant ask for help here but OK ill thank you for now 

By: Anonymous

http://drupal.org/node/260 is "Page Not Found"

Can you point us to a working path? I'm interested about Multi-site installation of drupal with ISPConfig.

 

Great thanks!