Ok.
And if i dump $_SERVER, i get an array error.
Search found 3 matches
- Tue Sep 03, 2013 3:17 pm
- Forum: PHP - Code
- Topic: Redirect Traffic Using PHP
- Replies: 5
- Views: 2068
- Tue Sep 03, 2013 2:00 pm
- Forum: PHP - Code
- Topic: Redirect Traffic Using PHP
- Replies: 5
- Views: 2068
Re: Redirect Traffic Using PHP
Proxy is easy to setup, but I need to manipulate the output.
I have tried with rewrite rules, no luck with that.
What you mean by dump, echo or printing it?
I have tried with rewrite rules, no luck with that.
What you mean by dump, echo or printing it?
- Tue Sep 03, 2013 12:03 pm
- Forum: PHP - Code
- Topic: Redirect Traffic Using PHP
- Replies: 5
- Views: 2068
Redirect Traffic Using PHP
Hi there I am trying to do this: Open on Machine A (http://www.google.com) which will send the petition Machin B with a apache server instead of the Router, then Machine B sends back http://www.google.com to the Machine A. Its nearly like a proxy. I dont want to use any proxy program because this wa...