> > 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


---------------------------------------------------------------------
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