I want to make a rule that transform this URL:
http://www.example.com/product.php?category=1&product=5
Into
http://www.example.com/brother-2035
(The product name can be retrieved from my mysql database and is “Brother 2035”).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your need to set up a PHP or ASP Redirect page. Mod_Rewrite cannot access the database, so you want to set up a page that goes, finds the product, and redirects to the URL using a header.