I'm attempting now to rewrite all GET requests of my site with .htaccess, but I didn't find how to do this.
I want to rewrite all urls like this :
index.php?category&cat_id=1
to this :
index.php/category/cat_id=1
Any help please ?
Cheers, MrZ