Re: [EMAIL PROTECTED] Re: users Digest 27 Jun 2006 11:29:42 -0000 Issue 2505

2006-06-27 Thread Joshua Slive
On 6/27/06, Brad Bowman <[EMAIL PROTECTED]> wrote: Which leads me to this question, Is mod_rewrite capable of rewriting the query string portion of the url? The end result of what i'm hoping to do here is rewrite URI's in the form: http://server.com/cgi-bin/miva?Merchant2/merchant.mv+Screen=PROD

[EMAIL PROTECTED] Re: users Digest 27 Jun 2006 11:29:42 -0000 Issue 2505

2006-06-27 Thread Brad Bowman
On Jun 27, 2006, at 7:29 AM, [EMAIL PROTECTED] wrote: I have the following line in my httpd.conf file: ScriptAlias  /cgi-bin/ /var/www/vhosts/site/cgi-bin/ And the following two rules in .htaccess: RewriteRule ^random/miva(.*)$ /mm5/merchant.mvc$1 [R=301] RewriteRule ^cgi-bin/miva(.*)$ /mm5/mercha