[ic] [bounce] 301 ?

Grant emailgrant at gmail.com
Fri Nov 24 17:47:01 EST 2006


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

Yeah, that was just a simplified example.  I'm trying this and it
redirects just fine but I still see a 302 in access_log:

[bounce href="http://www.mydomain.com" status="301 moved"]

- Grant


More information about the interchange-users mailing list