Forum Moderators: phranque
You will need to use RewriteCond %{QUERY_STRING} to access the query parameters and create back-references, and then use %1 - %9 in the RewriteRule to access those back-references.
Jim
I tried that before (just had the settings wrong).
Just as a follow up because I’m still having trouble. I have a some variables with from a form. But after I use the mod_rewrite they come out blank. all my $_posts are blank.
form -> mod_rewrite -> response to form -> blank posts
Is this normal?
Thanks