Rewrite rule index.php?/controller/method/param to /controller/method/param
- by streetparade
I need a rewrite rule for this url
http://localhost/~user/frame/lib/index.php?/controller/method/12/22/
How can i rewrite it that i can call it like this
http://localhost/~user/frame/lib/controller/method/12/22/
What is the rewrite rule for the above problem?
I hope i could explain my question clear.