seb1k / php-simple-reverse-proxy

Repository from Github https://github.comseb1k/php-simple-reverse-proxyRepository 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]

About


Languages

Language:PHP 100.0%