Hello,
I'm stuck on this and I think it should be something simple. But here's the issue. I want to display all the url redirects for a given url.
For example:
url one: http://domainone.com
which when clicked goes to: http://trackingdomain.com
which then goes to: http://trackingdomain2.com
which then ends up on: http://finaldomain.com
I need to be able to input the first url then have it display all the others. I thought curl and php could do it with the get_info command on the headers but it didn't work.
Any suggestions?