A php reverse proxy in 1 file with a minimum of dependency.
Just change the IP address in the first lines, and it should be ready to use with a rewrite:
RewriteEngine on
### YOUR RULES
RewriteRule . reverse_proxy.php [L]
Repository from Github https://github.comseb1k/php-simple-reverse-proxy
A php reverse proxy in 1 file with a minimum of dependency.
Just change the IP address in the first lines, and it should be ready to use with a rewrite:
RewriteEngine on
### YOUR RULES
RewriteRule . reverse_proxy.php [L]