Athlon1600 / php-proxy

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

Accessing url has redirect loop #22

Open alimasyhur opened 8 years ago

alimasyhur commented 8 years ago

Hello, I visited some website with this proxy. Some work normal, and the other has redirect loop. I've search some forum and i've no answer yet.

http://203.6.148.243/proxy/ (Proquest and Scopus link. That webpage has a redirect loop). can you please take a look? And help me to solve this problems? thank you

sory my bad english

Athlon1600 commented 8 years ago

can you go into your config.php file and set url_mode parameter to 0? Like this:

$config['url_mode'] = 0;
alimasyhur commented 8 years ago

I changed it to 0, but the output still the same.... I think it didn't solve my problem. Would u like to help me?

Athlon1600 commented 8 years ago

The problem must be on your side. I just installed php-proxy-app and added that template, and both Proquest and Scopus links work just fine. Can you try this on a fresh installation?

alimasyhur commented 8 years ago

well, that links detect IP address of my university, that allow us to see or download abstract & full paper without login... I tried it locally, and it work just fine too. But when i take it in the server, and access it (outsite/inside university), it keeps redirect loop. may be you can help us.

Athlon1600 commented 8 years ago

Okay, remove everything, and reinstall php-proxy-app with php-proxy once again. If it still doesn't work, then you'll have to give me access to your server so I can do some debugging to see what's wrong.

alimasyhur commented 8 years ago

i removed and reinstall, and changed url_mode into 0, it keeps redirect loop. can i have private conversation to give you access to my server?

Athlon1600 commented 8 years ago

email me: Athlon2400@gmail.com

levkovigor commented 5 years ago

Is there any fix of this problem?