Jump to content

mod_rewrite.c on windows ??


yami007

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.