RegEx and mod_rewrite Gurus:
What is the RewriteCond and RewriteRule for the following situation?
I want to swap out +M33+ with +M44+, so for the this URL :
testdomain.com/CGI-BIN/LANSAWEB?PROCFUN+WWOP+WEBFUNC+M33+FUNCPARMS+WEBTOT(S0030):3+WESIP(S0030):2
I want to return the following :
testdomain.com/CGI-BIN/LANSAWEB?PROCFUN+WWOP+WEBFUNC+M44+FUNCPARMS+WEBTOT(S0030):3+WESIP(S0030):2
Thanks for your time.