I am trying to redirect a Short Url to another Url, For a better understanding
Consider https://get.vine.co if we paste this on the Desktop Browser we will be redirect to http://www.windowsphone.com/en-us/store/app/vine/f9e6f07e-e47e-47f5-806d-55d4f79f2b60
In the same way if the same Short Url is called on Mobile device it redirects to Play store or Apple Store.
How Can I achieve this using Codeigniter and PHP.
I assume this is not an anchor tag redirection!!
NOTE: And i am looking for user defined short url.. Which must look like "https://get.mysite.co"
Kindly put me in some right direction?