catchmeifucan
11-03-2005, 21:20/09:20PM
Hi, I am rewriting this url
/coupons.php?cName=pc-software&cId=134
to
/coupons/pc-software/
this is the rule I used,
#Change coupons.php to coupons/category-name/
RewriteRule ^(.*)coupons/(.*)$ $1coupons.php?cName=$2&cId=$3 [L,NC]
It just didn't work.
Anybody help?
/coupons.php?cName=pc-software&cId=134
to
/coupons/pc-software/
this is the rule I used,
#Change coupons.php to coupons/category-name/
RewriteRule ^(.*)coupons/(.*)$ $1coupons.php?cName=$2&cId=$3 [L,NC]
It just didn't work.
Anybody help?