i develop an application using php mysql. below is example of my link.
http://www.domain.com/index.php?page=product&product_id=123&type=virtual
http://www.domain.com/index.php?page=checkout&product_id=456&type=download
i would like to change it to :
http://www.domain.com/product/123/virtual/
http://www.domain.com/checkout/456/download/
I know it can change using rewrite mode on .htaccess, but did i need to rewrite to htaaccess when i create a new page?
wordpress have 7 line (i think) on their .htaccess file.
Can i get a global coding on .htaccess to achive my goal?? im very lazy to create a new rewrite rule everytime i create a new page. i just need to follow this rule
http://www.domain.com/page/parameter/parameter/...