I don't know much about rewrite cond and rule.
I have several categories that are dynamically set so the url looks similar to,
CODE
http://www.example.com/fold/index.php?rid=1
http://www.example.com/fold/index.php?rid=2
http://www.example.com/fold/index.php?rid=2
But what I want is urls that look like:
CODE
http://www.example.com/fold/ss page
http://www.example.com/fold/tt page
http://www.example.com/fold/tt page
When i click a link it takes to the page http://www.example.com/fold/index.php?rid=1 but i want the url should look like http://www.example.com/fold/ss page.
Please reply with rewrite cond and rule....
Thanks in Advance