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
More information about formatting options
read more about Jonathan Furness
Jonathan's favourite blog sites... edu.blogs.com by Ewan McIntosh theOTHERblog Stephen Powell Stephen Heppell Matthew Eaves Gina Revill blackrat.org Gareth Long Richard Millwood
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:
PS> Found this page on Google, so I guess it works, huh?
www.waterwire.com