Url Shortener That Allow Edit Later

by waken
5 replies
Does any Warrior know any url shortener service that allows you to edit the destination url later. Say, your destination url is http://destination.com and you shorten it to become eg http://abc.com/xyz.

Then later, I want to edit http://destination.com to http://newone.com but using the same shorten url http://abc.com/xyz.

Meaning that http://abc.com/xyz will now redirect to http://newone.com instead of http://destination.com.

Thanks and Merry Christmas Warriors!
#edit #shortener #url
  • Profile picture of the author Dexx
    I believe Ez.com will

    ~Dexx
    {{ DiscussionBoard.errors[3071689].message }}
  • Profile picture of the author scortillion
    You could register your own short domain and use php redirects to control your own redirects. What is great about this is that YOU have full control of the redirects.
    Signature
    {{ DiscussionBoard.errors[3071712].message }}
  • Profile picture of the author CDarklock
    Originally Posted by waken View Post

    Does any Warrior know any url shortener service that allows you to edit the destination url later.
    Any affiliate redirection script will do this. You can find them on a lot of PLR and "grab bag" sites, or just do a search. Here's a free one:

    Free PHP Affiliate Link Cloaking And Redirect Script for Affiliates | The Affiliate Lifestyle Blog

    I have one I wrote myself that I use as my 404 error handler. If you try to go to a page that doesn't exist on my server, the 404 script searches my database for a shortcode and 307 redirects if it finds one. I can change the shortcode or its destination anytime I want.

    This makes things really easy sometimes. If I have a product on my server which gets moved to its own domain, I just copy the files and delete the folder. Then I add a shortcode for the folder name and point it at the new domain. Any affiliate or partner promoting the old path, like say if it's in their autoresponder sequence, automatically gets click-thrus tossed onto the new server.
    Signature
    "The Golden Town is the Golden Town no longer. They have sold their pillars for brass and their temples for money, they have made coins out of their golden doors. It is become a dark town full of trouble, there is no ease in its streets, beauty has left it and the old songs are gone." - Lord Dunsany, The Messengers
    {{ DiscussionBoard.errors[3071732].message }}
  • Profile picture of the author waken
    Wonderful...

    Thanks Warriors!

    Merry Christmas and Happy New Year!
    {{ DiscussionBoard.errors[3071974].message }}

Trending Topics