Change url with get parameters to url with path. Wordpress site
问题 I have a wordpress site. It has a product page that shows some modifications of a product depending on GET parameter given. https://www.officeshop.co.il/product/product-name-1/?build=product-572 https://www.officeshop.co.il/product/product-name-1/?build=product-573 I want to make the url look like this: https://www.officeshop.co.il/product/product-name-1/build/product-572 or https://www.officeshop.co.il/product/product-name-1/product-572 I have tried managing redirects with .htaccess file but