Question

I have following url

http://domain/phpfile.php/something1-param1/something2-param2/somethin3-param3

Can i rewrite it with htaccess to

http://domain/phpfile.php?something1=param1&something2=para2&something3=param3

also params are dynamic they can be 1,2,3 or 4

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top