[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] [bounce] 301 ?


> > > 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
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.