Mod_rewrite Redirect 27.08.08
I am needing to have someone give me the code to use mod_rewrite to rewrite some URL’s for our website. I have a bunch of URL’s to rewrite but I just need the code of how to do it and I can go through the details of putting in what needs to redirected to what.
For example, I need to have the following URL:
http://www.domain.com/productServlet?M_Product_Category_ID=1000028
rewrite to this one:
http://www.domain.com/products/tableproducts/index.html
It is very simple: rewriting one URL to another.



