On 9/5/05, Marcin 'Rambo' Roguski <[EMAIL PROTECTED]> wrote:
> > > My problem is now that bots indexed old address and aren't eager to
> > > change that. I, therefore, need a rule to redirect people from old
> > > address to new, BUT with passing parameter that normally would look in
> > > browser like: "http://rambo.id.uw.edu.pl/komputery.htm?nr=1";,
> > > RedirectMatch won't work- I tried:it translates question mark as part
> > > of absolute address.
> > >
> > > Is there a way to make either this, or RewriteRule, work?
> >
> > RewriteEngine On
> > RewriteRule ^/1_big.jpg$ /komputer.htm?nr=1
> 
> It did not work... I tried both this and regext for number

Never say "It did not work." on a technical mailing list.  Explain
exactly what happened, including excerpts from the log files.  In the
case of mod_rewrite, it is essential to use the RewriteLog as well.

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