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

fix to support pretty urls #125

Closed bwmhamad closed 4 years ago

bwmhamad commented 5 years ago

When using modern frameworks (like Laravel 5 in my case) it was not possible to change the default behavior of proxify_url function to support pretty URLs or RESTF pattern. This is a simple fix that did job for me (though I didn't have time to think of better solution.) Feel free to change it to more convenient one, maybe add some flag for pretty urls in config or something...