For example I have 4g-market.ru But it is a mirror for peterhost.ru. How I can detect this programmatically?
Website is a mirror. How to detect this programmatically in php?
283 Views Asked by Anthony At
2
There are 2 best solutions below
0

you might find this paper useful http://www2007.org/papers/paper194.pdf it is about similar website and different URL. It take some heuristic approach to analysing a specific web url and predicting it similarity.
This function detects only a single-bounce redirect (
site1 -> site2
, notsite1 -> site3 -> site2
):