hi all
i have a url like
i used rewrite to make it seo friendly
it gives me
now i want to replace "product" word with dynamic word coming from database like Nokia N95 or LG Viewty
how can i do it.
what should i write in rewrite rule so that it accept dynamic word inplace of "product".
so that my url become
vineet
i have a url like
description.php ?id=$1
RewriteRule ^product([^/\.]+)?.html$ description.php ?id=$1
product7.html
how can i do it.
what should i write in rewrite rule so that it accept dynamic word inplace of "product".
so that my url become
LG-viewty7.html
vineet
Comment