Greetings,
I've got a URL rewrite SEO module included in an OSC site. The mod is working great BUT I've got a problem when the payment is declined with the query string being re-written.
The URL: http://www.mydomain.com/checkout_pay...xpires_year/07
This should be:
http://www.mydomain.com/checkout_pay...xpires_year=07
I don't know mod-rewrite very well but this attempt didn't work:
As stated this problem is specific to checkout_payment.php.HTML Code:RewriteRule checkout_payment.php^(.*)$ checkout_payment.php?$1&%{QUERY_STRING}
Thanks for your help.






Bookmarks