Hi there,
I have a redirect rule
All seems to work fine except the $3 part, which corresponds to the part index.php?(.+)
Is it possible to get this part of the URL (after the ? mark) with mod_rewrite in apache?
I have a redirect rule
Code:
RewriteRule ^pic-template(\d*)-(\d*)/index.php?(.+)$ /gb/templates/prod/pic-template$1/index.php?color=$2&$3
All seems to work fine except the $3 part, which corresponds to the part index.php?(.+)
Is it possible to get this part of the URL (after the ? mark) with mod_rewrite in apache?