Any URL shorteners that will not block URL?

juice

Regular Member
Joined
Dec 1, 2009
Messages
449
Reaction score
51
I have tried several URL shorteners and they block my URL after some time. Are there any that don't block?

Thanks
 
Well you can always try using a redirect from your own domain. :) On your domain, upload an html file and place this between your head tags:

Code:
<meta http-equiv="refresh" content="2;url=YOURURLHERE">

Can also been done with PHP. If you want the affliate link to look like a directory on your server you can also rename the html/php file to index.php/index.html and place it in any empty directory. :)
 
I made my own URL-Shortener, there are nice scripts out there ;)
I did a few changes to my script that only I can use it or give access to certain users.
You have just the costs of the domain.
 
I had some problems with yourls so I used BrokenScript, also very nice and simple.
 
Use another redirect, works best!
 
bud-u.r.l gave me issues at one point, but now seem to be fine!
 
http://www.thesofthelp.com/2010/01/82-short-url-services-face-off.html

Plenty to test ;) Personally, I like x.co & 0rz.com. They've never blocked any of my URLs
 
I just started using snipurl It seems to be working well enough and you can manage saved URLs.
 
tinyurl is blocking urls. i lost over 10k daily hits, beware!
 
Back
Top