views:

33

answers:

1
+1  A: 

I doubt that this has to do with the code your posted. Check whether you have any header("location:...") commands in your code and whether they may be looping (i.e. redirecting to a page that again redirects to a page that redirects to a page).

It could also be a .htaccess file (or Apache configuration) containing mod_rewrite instructions with the [R] parameter creating an endless loop.

Pekka
Ok Pekka thankyou for your suggestions, you are right man!, i little bit idiot before.... i forget to remove header("location: ./") in log file...
jones