Drupal
The Joy of .htaccess's Limit Directive
Submitted by Chris Ciulla on Sat, 2006-04-01 14:13.- Chris Ciulla's blog
- Login to post comments
- Read more
Deploying Drupal
Submitted by Chris Ciulla on Mon, 2005-08-01 09:12.Drupal travels pretty well -- here's how to do it.
- Chris Ciulla's blog
- Login to post comments
- Read more
Drupal Clean URLs Working!
Submitted by Chris Ciulla on Thu, 2005-07-28 21:39.Finally got it to work... phew.
- Chris Ciulla's blog
- Login to post comments
- Read more
Drupal
Submitted by Chris Ciulla on Thu, 2005-07-28 07:45.Recently, I've been playing around with Drupal. As a test case, I've converted 99.9% of a certain author's static website on my linux box, and the more I play with it, the more impressed I get.
Setup was pretty easy, and the only real issue I had was figuring Drupal's category system. As opposed to WordPress's intuitive categorization system, Drupal requires you to have at least one "term" in a "vocabulary".
At the moment, I don't have the patience to get "clean urls" working. It's not a failure on Drupal's part. Rather, it's the default Apache 2 configuration on SuSE 9.1 that's the issue. Despite "mod_rewrite" being available, it steadfastly refuses to bend to my will.
The next test will be a "live" deploy to see how well Drupal travels. This entails ftp-ing the stuff up to ciulla.org, backing up the local MySQL database, then restoring it on a hosted db instance. Too bad I can't just gzip it and remotely unzip it on the server side -- although I could fake out the server and deploy it as a .war file...
- Chris Ciulla's blog
- Login to post comments