url rewriting - mod rewrite rules -


I want to change this rule:

Into

(The product name can be taken from my mysql database and "brother 2035").

Need to set up a PHP or ASP redirect page. Mod_Rewrite can not access the database, so you want to set a page, find the product, and redirect the URL, using a header.

  header ("location: example.com");  

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -