Welp, finally got “Clean URLs” to work on Drupal.
Other than a lot of STFW-ing and swearing, this is what it took…
Please note that my linux box is running a SuSE 9.1 pro install with Apache2.
First, create a directory structure off of your Drupal root like so:
$ cd $DRUPAL_HOME
$ mkdir system
$ mkdir system/test
Second, modify either your httpd.conf or httpd.conf.local thusly:
<Directory $DRUPAL_HOME>
AllowOverride All
</Directory>
Third, from the command line or webmin, restart your Apache daemon (remember, this is SuSE 9.1, so ymmv):
$ httpd-prefork -k restart
Forth, from your web browser, navigate to http://yoursite/?q=admin/settings, “Enable Clean URLs”, and save your changes.
Worked for me!

It’s LIN-you-ex
Tuesday, July 12th, 2005Since I installed Spam Karma 2 (SK2), I’ve been an absolute fiend about checking to see if any spam has been harvested. Before, I’d get about 20 “please moderate such and such comment” emails a week… Sometimes more.
It’s been so effective, I have to write about something else, I suppose…
So, here’s what I’ve been doing for the past couple of days (besides working, of course):
(more…)
Posted in Comment Spammers, Content Mangement Systems, Minor Annoyances, Random Geekyness | No Comments »