0

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

MrZ
  • 123
  • 8
  • Did you not find anything useful from a site search? Am sure this must have been covered pretty much exactly :) – James May 04 '15 at 18:53
  • Without virtualdocumentroot # RewriteBase / # RewriteCond %{REQUEST_FILENAME} !-f # RewriteCond %{REQUEST_FILENAME} !-d # RewriteRule ^(.*)$ index.php [QSA,L] – twicejr May 04 '15 at 19:07

0 Answers0