product?cat_id=28
to
product/28
Please tell me in brief how it work and what changes will be done by mine.
product?cat_id=28
to
product/28
Please tell me in brief how it work and what changes will be done by mine.
Use htaccess RewriteRule
RewriteRule ^product/([0-9]+)/?$ product.php?cat_id=$1 [NC,L]