hi
i have url like ' http://mysite.com/article.php?id=9
in my site i want to display url like ' http://mysite.com/product-nameproduct-id.html
please help me.
thank you
htacces rewrite url
Moderator: General Moderators
Re: htacces rewrite url
Something like this, maybe?
Code: Select all
RewriteRule ^product-([\w]+)-([\d]+).html article.php?id=$2