This is the original URL, tasmarkt.nl/index.php?id=22&tx_ttproductsv2_pi1[49][showFrom]=11&cHash=363aa80985
which I am hoping to transform into tasmarkt.nl/22/11/363aa80985
Preferably I wanted to make static rewriterules for each specified URL since I don't have to deal with a lot of URL'.
In that case i would, for example, transform tasmarkt.nl/index.php?id=22&tx_ttproductsv2_pi1[49][showFrom]=11&cHash=363aa80985 into (example) tasmarkt.nl/tas/kleur/vorm
So far I've ended up with the following;
RewriteRule ^([0-9]+)/([0-9]+)/([0-9a-z]+)/$ /index.php?id=$1&tx_ttproductsv2_pi1[49][showFrom]=$2&cHash=$3 [R=301,NC,L]
However this resulted in absolutely nothing happening on an Apache 2.2.8.