Forum Moderators: phranque
I've looked everywhere and can't find an example of a direct rewrite like this.
Can you help?
[edited by: jdMorgan at 1:40 am (utc) on Aug. 29, 2009]
[edit reason] example.com [/edit]
This is simply a matter of using mod_rewrite to test the query string using a RewriteCond examining %{QUERY_STRING} and redirecting requests for the URL-path "online_store/products/Ladies_Jewelled_Top-341-120.html" to the correct URL plus query string using a RewriteRule.
Jim