htaccess url rewriting

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
suresh010
Forum Newbie
Posts: 6
Joined: Thu Feb 09, 2012 12:54 am

htaccess url rewriting

Post by suresh010 »

hi ..

i am having the url like this

http://www.mydomain.com/category.php?ca ... e=products

and i need to rewrite this one as (above URL)

http://www.mydomain.com/category.php/products

but i need to send the category_id and category_name values to the redirected page too
Post Reply