I use Linux as my primary machine, but sometimes I use a Windows machine.
I finally decided that I would, regardless of how long it took, track down the issue and make it work. Mod_Rewrite should have no reason not to work in Windows, so I figured it was some flag..
Well, I finally got it work.
For starters. I’m running Apache 2 installed in “/program files/Apache Group/Apache2”.
Edit the file /conf/httpd.conf and enable mod_rewrite if it hasn’t been by uncommenting the LoadModule rewrite_module modules/mod_rewrite.so and then most importantly go to the <DocumentRoot> definition and you will see a accompanying <Directory> defintion. Set the AllowOverride flag there to all using AllowOverride All.
And bingo, I had pretty URL’s working..
Regards