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!