I don't think it is possible to add a PHP variable into the .htaccess file. Unless I am wrong?
My website creates content from a data base. I would like to change the URL to match what is being show.
I want to change,
http://domain.com/products
to
http://domain.com/products/brand/partnumber
I have php variables for $Brand and $Partnumber
How do I change the URL based on what is being show? Thanks in advance.