What's wrong with cflocation? That's the point of a status code - moved temporarily or permanently (301 or 302).
--
--
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to model...@googlegroups.com
To unsubscribe from this group, send email to
model-glue+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en
---
You received this message because you are subscribed to the Google Groups "model-glue" group.
To unsubscribe from this group and stop receiving emails from it, send an email to model-glue+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
If you want to go the event handler route look into event types. This is the use case they were created for.
So adding statuscode="404" to cflocation won't work?
So adding statuscode="404" to cflocation won't work?
On Feb 25, 2014 12:57 AM, "Brian G" <brian-...@vfive.com> wrote:
Because I want to return a 404, not a 301 or 302. A redirect is precisely what I'm trying to avoid (and what Google is complaining about in the form of 'soft 404s').
...
Value of statuscode must be between 300 and 307.