In this post, I documented my journey of building a custom TinyURL-style redirection service. I was driven by the challenge of the project, its potential as a marketing tool, and the simple fact that building it myself seemed like a fun endeavor.
The search for the perfect domain involved:
- The
.comProblem: Short, meaningful 3-to-5-letter.comnames were effectively extinct or prohibitively expensive. - The ccTLD Solution: After realizing most country-code domains required local business presence, I “landed” on the Cocos (Keeling) Islands. Their .cc suffix was short, easy to obtain, and I creatively interpreted it as “see-see” (for redirection) or even “cloud computing.”
- Acquisition: Securing akora.cc through a registrar cost slightly more than a standard domain, but the branding value made it worth the investment.
The implementation details included:
- The Tech Stack: I pointed the new domain to my server and used a combination of Drupal and Apache’s mod_rewrite rules to handle the redirection logic.
- The Result: A “short and sweet” branded service that gave full control over link management.
It was a fun detour into domain strategy and lightweight application building—proof that sometimes the best solutions come from exploring unexpected corners of the internet’s geography.