Hello. I want redirect users with 80 port to my web server , but if I used firewall nat , don’t save $_ENV[‘HTTP_POST’] and $_ENV[‘REQUEST_URI’] , when I used web proxy + pattern proxy(my web server) I have cycle redirect (error 310, too many redirect). How I can do this? Thanks
P.S. My scheme:
Users - Mikrotik RouterBOARD RB750 - redirect 80 port - my web server (I need $_ENV[‘HTTP_POST’] and $_ENV[‘REQUEST_URI’] for my php script) - first redirect my web site , second e.t.c. redirect users to request theirs.