Posted by prasadrao on November 15, 2012 at 11:22am
Hello,
I am using Drupal redirect code. When I tried to redirect I am receiving the following error message:
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
I am receiving the error message in Chrome, IE also.
I have tried using PHP redirect code. Still I am receiving the same error message.
Is there any work arround for this in Drupal 7? I am trying to redirect to taxonomy term.
Regards,
Prasad
Comments
Use drupal_goto()
http://api.drupal.org/api/drupal/includes!common.inc/function/drupal_goto/7
Regards,
Veera Prasad Dagudu
www.drup-all.com
Double check for redirecting logic.
Hi,
As per my understanding, its nothing to do with drupal api(drupal_goto).
Issue is with your redirect logic -- i think its got in some loop of redirection.
LIKE:- page-A redirect to page-B and again page-B redirect to page-A. In this case your request never get completed.
Hope it will help.
thanks.
Tushar Bodake