URL rewritemap apache
问题 I am pretty new to programming, and have encountered the following problem. Please kindly advise me. I have a website with a URL like www.mysite.com/products.php?cid=3 where the value of the parameter cid (3 here) is generated from a backend database, and can be a number from 1 to 3. I would like Apache to rewrite the URL, so that: www.mysite.com/nike will redirect to www.mysite.com/products.php?cid=1 www.mysite.com/reebok will redirect to www.mysite.com/products.php?cid=2 www.mysite.com