Forum Moderators: phranque
I would like to use mod_rewrite for multiple params in a PHP URL. This is what I have (does not work):
RewriteRule ^baby_category_new1_(.*)-(.*)-(.*)-(.*)\.html$ /baby_category_new1.php?cat=$1&page=$2&limit=$3&viewall=$4 [L]
The URL should go from:
baby_category_new1_top_gifts_1-0-10-yes.html
to
baby_category_new1.php?cat=top_gifts_1&page=0&limit=10&viewall=yes
Thanks in advance for any help
Welcome to WebmasterWorld [webmasterworld.com]!
This was discussed a few days ago. See [webmasterworld.com...]
Jim