Hi Guys,
I'm a newbie to Apache rewrite, and am struggling to do the following rewrite
From
http://www.example.com/?module=home&action=index
to
http://www.example.com/home/index
The module & action parameters will always be there in the same order.
Any addtional parameters, should just be parameter/value pairs
eg.
http://www.example.com/?module=home&action=index&category=news&article=1
to
http://www.example.com/home/index/category/news/article/1
I'd be very grateful for a any help and pointers.
Thanks,
Alan