D
D
Denis2015-10-16 21:17:10
PHP
Denis, 2015-10-16 21:17:10

How can I find out where the redirect is coming from?

When entering a certain page of the site, it redirects from it to a non-existent url that looks like http://site/0 . There is nothing left in the page code. In what way it is possible to define from what place this crap is caused?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2015-10-16
@kallifan

you put www.telerik.com/fiddler
you put Noscript, in FF you find
who makes the redirect - php or loadable JS
js - it's clear
in php you turn off the includes and repeat until you are completely satisfied
, keep in mind - it can be entered in the database, i.e. see if anything is taken from the database

B
banny_name, 2015-10-16
@banny_name

$_SERVER['HTTP_REFERER'] contains this information

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question