yami007 Posted October 20, 2009 Share Posted October 20, 2009 why it's not working on windows while it's working on other hosts??? this is the code i got from a tutorial : <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? Link to comment https://forums.phpfreaks.com/topic/178362-mod_rewritec-on-windows/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.