redirect loop has me stumped
Hi Everyone,
I need some help with a redirect loop...
Consider the following code (from Super Advanced CakePHP tips page
43-44 http://www.scribd.com/doc/19344870/Super-Awesome-Advanced-CakePHP-Tips)
if(Inflector::slug($post['Post']['title']) != $this->params['pass']
[1] || count($this->params['pass']) != 2 ) {
$post = $this->Post->read(null, $id);
$this->redirect(array($id, Inflector::slug($post['Post']
['title']), 301));
}
}
Any ideas why this would cause a redirect loop?
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home