I have written a php script. The script generates the pages when url is in form of "index.php?cat=100&id=10&p=1". How can I use the mod_rewrite to make the url look better and is indexed by search engines. Search engines index pages till "?" i.e for all pages "index.php?cat=100&id=10&p=1", "index.php?cat=100&id=40&p=1", "index.php?cat=400&id=10&p=1", "index.php?cat=400&id=44&p=1" only index.php will be indexed and not the actual content 🙁. Plz help me. I searched many places including this site but could find any commendable solution.
Thanks in advance.
Jayant Kumar Gandhi