[ic] [bounce] 301 ?

Kevin Walsh kevin at cursor.biz
Fri Nov 24 17:19:20 EST 2006


Grant <emailgrant at gmail.com> wrote:
> > > Is there any way to have a bounce tag return a 301 instead of 302?  It
> > > doesn't seem to be in the documentation.
> > >
It is now. :-)

    http://www.interchange.rtfm.info/icdocs/tags/bounce.html

> 
> [bounce href="page.html" status="301 moved"]
> 
I suspect your use of the href parameter.  I believe that you can only
redirect to a full URI.

Try one of the following:

    [bounce page="somepage" status="301 moved"]
    [bounce href="[area somepage]" status="301 moved"]
    [bounce href="http://www.example.com/somepage.html" status="301 moved"]

-- 
   _/   _/  _/_/_/_/  _/    _/  _/_/_/  _/    _/
  _/_/_/   _/_/      _/    _/    _/    _/_/  _/   K e v i n   W a l s h
 _/ _/    _/          _/ _/     _/    _/  _/_/    kevin at cursor.biz
_/   _/  _/_/_/_/      _/    _/_/_/  _/    _/


More information about the interchange-users mailing list