How to export links


If you need to export your data, login to your account, open a new tab in the same browser, and paste the following link:

https://www.tracker.ly/dashboard/exportLinks.php

It will generated and download a file, “links.csv”, with Name, URL, Target URL, Notes, and Redirect Type, which you could import into some other tool. If your links are on the same domain as your website, and you cannot find a redirect system that works on your domain, one option is to add the links to your .htaccess file. It’s a hidden file in the root folder of your website, which you can access through FTP.

The format is: Redirect 301 {URL} {Target URL}

So, if your redirect link is https://yourdomain.com/mylink going to the target URL, https://somewebpage.com, add into your .htaccess the line:

Redirect /mylink https://somewebpage.com

Comments

comments