How to change change URL format to POST using htacess php?
问题 I have htaccess tha handle redirections know i want to hit api like i have a url like that http://localhost:8080/test/network/country/category/subcategory/fixedvalue I have fixed value like detail, category ,codes but only in case of detail i need id as parameter example http://localhost:8080/test/Airtel/UK/Prepaid/5G/Detail below is redirect url that i want to generate from htacess file if fixed value is detail http://localhost:8080/h1.php?network=Airtel&country=UK&category=Prepaid