Weird error.
I have two drupal environments, one test and one production. Now before anyone goes, "way cool!" keep in mind my 'test' environment happens to be my home machine. But I digress...
My home machine (Windows XP, Apache 2, PHP 4.3.3) seems to be having trouble with clean url's. I've uncommented the line where mod_rewrite.so gets loaded, and have ensured the .htaccess file is the same as the one working on my Linux server.
Still no go. Is there any issue with mod_rewrite across versions 1.3 and 2.0? That is the only difference i can really see between the two systems.
One silly question, the .htaccess file states:
< IfModule mod_rewrite.so >
RewriteEngine on
But that file does not exist. I've tried downloading this file directly from Apache's CVS and using the AddModule directive in httpd.conf, but still nothing (actually, Apache refused to load).
Starting to go mildly insane, anyone run into this problem?
thanks!
Geoffrey