-3

product?cat_id=28

to

product/28

Please tell me in brief how it work and what changes will be done by mine.

Community
  • 1
  • 1

1 Answers1

0

Use htaccess RewriteRule

RewriteRule ^product/([0-9]+)/?$ product.php?cat_id=$1 [NC,L]
ciprian2301
  • 264
  • 3
  • 10