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

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -