Quantcast
Channel: Piwik Forums - Support & Bugs
Viewing all articles
Browse latest Browse all 13117

Re: URL Shortener Tracking

$
0
0
Quote
christophe195
how works that url shortener script?

Hello,

Thank you for your reply,

It is a simple php 301 redirect script like this:

header('HTTP/1.1 301 Moved Permanently');  
header("Location: ".$link);

So for example when you visit link.me/s92 it will redirect you to firefox.com

Thank you!

Viewing all articles
Browse latest Browse all 13117

Trending Articles