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
Post a Comment