Athlon1600 / php-proxy

A web proxy script written in PHP and built as an alternative to Glype.
https://www.php-proxy.com
MIT License
295 stars 158 forks source link

Redirecting the complete URL inluding the request URI #135

Closed stoffpalette closed 4 years ago

stoffpalette commented 4 years ago

hi, i found your project because i want to proxy all requests to another domain on jimdo. i tried out exactly your example in the readme - just changed the target domain in the forward() call. i expected that the complete request uri (everything after the domain part) is added automatically to the new target domain. but this does not happen.

is it required to add the path manually? if yes, can you help me with an example? thanks!

stoffpalette commented 4 years ago

sorry. my fault. forgot to redirect everything to my index.php