On Thu, Mar 13, 2008 at 6:57 AM, Edd Dawson <[EMAIL PROTECTED]> wrote:

>
>  RewriteRule ^/merchantnameproductname2 /merchant\.php\?i\=1\&j\=2
> [PT,QSA,NS,NE]

There seems to be a bunch of superfluous backslash escaping going on
here. Why "\?" and not simply "?" for example? That may be messing up
the resulting query string and thereby screwing up your script.

>  I am a bit stuck.. can anyone see the flaw?

Other than that, use the RewriteLog to see what is going on..

Joshua

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to