Hi, Is it possible to make mod_rewrite rules work on localhost? I assume it has something to do with rewritecond? I uncommented mod_rewrite in httpd.conf and restarted apache. Then i changed RewriteCond %{HTTP_HOST} !^www\.site\.com to RewriteCond %{HTTP_HOST} ^http://localhost/site/ But nothing... the rewrite rules i specified in htaccess do not work on localhost. Any idea?