Skip to main content
 

Can GFEs do more than basic redirects?  Like mod_rewrite?  It seems like it'd be super useful.  For example:

  https://www.google.com/buzz/post?url=xxx&hl=l

could be redirected to

  https://plus.google.com/share?url=xxx&hl=l

It appears the the path_redirects only allow for path->absolute redirections..  Happy to be proven wrong.