So I'm trying to get mod_rewrite to work, using Apache2.2 on windows 7 I'm running it as a local server. All sites are accessed at http://localhost/ It's not working?
I created a simple .htaccess file and it won't work.
in the httpd.conf I changed it to
Options All AllowOverride ALL
Whats the problem?