Reply to comment

Dave

Worked for me with a couple of hitches:



1. For Apache2 on Windows, there is no AddModule mod_rewrite.c line, so forget it.

2. Add the AllowOverride All (misspelled above) to a Directory inside your site config like this:

<Directory /path/to/your/drupal/dir>
  AllowOverride All
</Directory>

PS> Found this page on Google, so I guess it works, huh?


www.waterwire.com

Reply

a
e
k
b
Enter the code without spaces and pay attention to upper/lower case.