Hello everyone, I have a php code that processes only one unit at a time, because if I process all 650 units, it time outs. So when I try to run the program with WGET, I go like
process.php?no=0 and when this executes itself and finishes, it redirects itself to process.php?no=1 and this is supposed to go until it reaches 650. However when it comes to 19 it stops and it says Maximum redirection (20) reached. So it connot redirect more than 20 pages. I need to redirect more. Do you think you can help me with this? Is there a command to override the maximum redirections? I am the only programmer guy in our company and if I can't get this done I am screwed. Thank you very much for your help and time. It will be really appreciated. NOTE: Would you please CC all the replies to me? Thank you very much. Thanks. James