mod_rewrite.c on windows ??

Posted on 16th Feb 2014 by admin

why it's not working on windows while it's working on other hosts???

this is the code i got from a tutorial :
Code: <IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

rewriterule ^articles/([^-]+)-([^&]+).html$ /article.php?article_id=$1&article_name=$2 [L]

</IfModule>
how can i enable this function?

Other forums