<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Redirect root domain of custom short URLs using bit.ly pro</title>
	<atom:link href="http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/feed/" rel="self" type="application/rss+xml" />
	<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=redirect-root-domain-of-custom-short-urls-using-bit-ly-pro</link>
	<description></description>
	<lastBuildDate>Tue, 25 Oct 2011 15:15:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: Jamie Goodwin</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-554</link>
		<dc:creator>Jamie Goodwin</dc:creator>
		<pubDate>Fri, 09 Sep 2011 11:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-554</guid>
		<description>P.S. I&#039;ve written a tutorial on what I said in my comment above here: http://cjgw.in/oGVEb4 in case the above is not clear!</description>
		<content:encoded><![CDATA[<p>P.S. I&#8217;ve written a tutorial on what I said in my comment above here: <a href="http://cjgw.in/oGVEb4" rel="nofollow">http://cjgw.in/oGVEb4</a> in case the above is not clear!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie Goodwin</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-552</link>
		<dc:creator>Jamie Goodwin</dc:creator>
		<pubDate>Sat, 03 Sep 2011 10:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-552</guid>
		<description>This is awesome, I implemented it a while ago on http://cjgw.in and it works brilliantly.

However, I really wanted to have custom short URLs and didn&#039;t want to use YOURLs because it&#039;s a bit of a hassle (compared to using bit.ly), and because there are so many plugins available that work directly with bit.ly which made this even easier to use (since bit.ly automatically returns your custom URL to the plugins).

Instead, I figured out a way of creating your custom short URLs in the .htaccess file! I&#039;ll blog a tutorial and refer to this post since it was here that I got the initial knowledge, but all you have to do is add the following line before the rest of the RewriteRules:

RewriteRule ^CustomShortURL$ BitlyShortURL [L]

Note that this will also work going DIRECTLY to your resultant URL, rather than via bit.ly:

RewriteRule ^CustomShortURL$ http://end.website.com [L]

For example, I have http://cjgw.in/quiz setup to go to http://bit.ly/nzutFQ, which I like because I get all of bitly&#039;s reporting features. That looks like this:

RewriteRule ^quiz$ nzutFQ [L]

If I wanted to, I could send http://cjgw.in/quiz directly to my blog post.

Hopefully, this will be useful to anyone who wants to use whatever short URL they want, and change at as and when they see fit :-)

P.S. If anyone fancies taking that quiz (http://cjgw.in/quiz), I&#039;d REALLY appreciate it because it&#039;s part of my master&#039;s dissertation on Digital Literacy.</description>
		<content:encoded><![CDATA[<p>This is awesome, I implemented it a while ago on <a href="http://cjgw.in" rel="nofollow">http://cjgw.in</a> and it works brilliantly.</p>
<p>However, I really wanted to have custom short URLs and didn&#8217;t want to use YOURLs because it&#8217;s a bit of a hassle (compared to using bit.ly), and because there are so many plugins available that work directly with bit.ly which made this even easier to use (since bit.ly automatically returns your custom URL to the plugins).</p>
<p>Instead, I figured out a way of creating your custom short URLs in the .htaccess file! I&#8217;ll blog a tutorial and refer to this post since it was here that I got the initial knowledge, but all you have to do is add the following line before the rest of the RewriteRules:</p>
<p>RewriteRule ^CustomShortURL$ BitlyShortURL [L]</p>
<p>Note that this will also work going DIRECTLY to your resultant URL, rather than via bit.ly:</p>
<p>RewriteRule ^CustomShortURL$ <a href="http://end.website.com" rel="nofollow">http://end.website.com</a> [L]</p>
<p>For example, I have <a href="http://cjgw.in/quiz" rel="nofollow">http://cjgw.in/quiz</a> setup to go to <a href="http://bit.ly/nzutFQ" rel="nofollow">http://bit.ly/nzutFQ</a>, which I like because I get all of bitly&#8217;s reporting features. That looks like this:</p>
<p>RewriteRule ^quiz$ nzutFQ [L]</p>
<p>If I wanted to, I could send <a href="http://cjgw.in/quiz" rel="nofollow">http://cjgw.in/quiz</a> directly to my blog post.</p>
<p>Hopefully, this will be useful to anyone who wants to use whatever short URL they want, and change at as and when they see fit <img src='http://blinktag.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>P.S. If anyone fancies taking that quiz (<a href="http://cjgw.in/quiz" rel="nofollow">http://cjgw.in/quiz</a>), I&#8217;d REALLY appreciate it because it&#8217;s part of my master&#8217;s dissertation on Digital Literacy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashis</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-545</link>
		<dc:creator>Ashis</dc:creator>
		<pubDate>Sat, 23 Jul 2011 03:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-545</guid>
		<description>I came across your blog post while I was searching for bitly’s “root domain redirect” feature. Glad I found about YOURLS. I’ll give it a try too! Thank you for sharing the tips!</description>
		<content:encoded><![CDATA[<p>I came across your blog post while I was searching for bitly’s “root domain redirect” feature. Glad I found about YOURLS. I’ll give it a try too! Thank you for sharing the tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blinktaginc</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-504</link>
		<dc:creator>blinktaginc</dc:creator>
		<pubDate>Mon, 14 Mar 2011 02:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-504</guid>
		<description>Glad this worked for you.  We&#039;ve now switched away from using bitly pro to a self-hosted implementation of YOURLS &lt;a href=&quot;http://yourls.org/&quot; rel=&quot;nofollow&quot;&gt;http://yourls.org/&lt;/a&gt; - a php script that offers the same features as bit.ly pro but doesn&#039;t share the namespace.  This means we can use anything for the trailing characters - like &lt;a href=&quot;http://511cc.org/bike&quot; rel=&quot;nofollow&quot;&gt;http://511cc.org/bike&lt;/a&gt; and not have to worry about conflicting with another bit.ly user.   Its very easy to set up and offers statistics and other customization options.  
  &lt;a href=&quot;http://yourls.org/&quot; rel=&quot;nofollow&quot;&gt;http://yourls.org/&lt;/a&gt;  </description>
		<content:encoded><![CDATA[<p>Glad this worked for you.  We&#039;ve now switched away from using bitly pro to a self-hosted implementation of YOURLS <a href="http://yourls.org/" rel="nofollow">http://yourls.org/</a> &#8211; a php script that offers the same features as bit.ly pro but doesn&#039;t share the namespace.  This means we can use anything for the trailing characters &#8211; like <a href="http://511cc.org/bike" rel="nofollow">http://511cc.org/bike</a> and not have to worry about conflicting with another bit.ly user.   Its very easy to set up and offers statistics and other customization options.<br />
  <a href="http://yourls.org/" rel="nofollow">http://yourls.org/</a>  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 411 New York</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-500</link>
		<dc:creator>411 New York</dc:creator>
		<pubDate>Thu, 10 Mar 2011 18:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-500</guid>
		<description>The web staff at 411 New York wishes to thank you for this post as it helped. 
After seeing pep.si being forwarded to pepsi.com we had to have it for &lt;a href=&quot;http://411ny.org&quot; rel=&quot;nofollow&quot;&gt;http://411ny.org&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>The web staff at 411 New York wishes to thank you for this post as it helped.<br />
After seeing pep.si being forwarded to pepsi.com we had to have it for <a href="http://411ny.org" rel="nofollow">http://411ny.org</a> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blinktaginc</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-276</link>
		<dc:creator>blinktaginc</dc:creator>
		<pubDate>Fri, 21 Jan 2011 23:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-276</guid>
		<description>@dax This technique still appears to work.  </description>
		<content:encoded><![CDATA[<p>@dax This technique still appears to work.  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JayP</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-273</link>
		<dc:creator>JayP</dc:creator>
		<pubDate>Fri, 21 Jan 2011 12:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-273</guid>
		<description>hi, i don&#039;t get it. how do i connect to short url to my webspace on the nameserver of my provider?  </description>
		<content:encoded><![CDATA[<p>hi, i don&#039;t get it. how do i connect to short url to my webspace on the nameserver of my provider?  </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adventures in Exotic Domain Buying &#124; Wulf</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-261</link>
		<dc:creator>Adventures in Exotic Domain Buying &#124; Wulf</dc:creator>
		<pubDate>Tue, 14 Dec 2010 14:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-261</guid>
		<description>[...] &#8211; that small feature is for only $995 / mo for Enterprise customers. Instead, I might try using .htaccess, but it feels like a hack. Bit.ly already puts 1 hop between you and your destination. Using that [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; that small feature is for only $995 / mo for Enterprise customers. Instead, I might try using .htaccess, but it feels like a hack. Bit.ly already puts 1 hop between you and your destination. Using that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dax</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-260</link>
		<dc:creator>dax</dc:creator>
		<pubDate>Fri, 03 Dec 2010 17:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-260</guid>
		<description>Hi, does this still work since bitly requires you to set an A record that points to their IP </description>
		<content:encoded><![CDATA[<p>Hi, does this still work since bitly requires you to set an A record that points to their IP </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Introducting Hu.la &#8211; our new URL shortener &#124; The Adventures of Chris Schultz</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-204</link>
		<dc:creator>Introducting Hu.la &#8211; our new URL shortener &#124; The Adventures of Chris Schultz</dc:creator>
		<pubDate>Mon, 24 May 2010 14:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-204</guid>
		<description>[...] order to get a homepage that allows others to access the service, we took a lesson from the guys who created 511cc.org using [...]</description>
		<content:encoded><![CDATA[<p>[...] order to get a homepage that allows others to access the service, we took a lesson from the guys who created 511cc.org using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Introducting Hu.la - our new URL shortener - Flatsourcing</title>
		<link>http://blinktag.com/redirect-root-domain-of-custom-short-urls-using-bit-ly-pro/comment-page-1/#comment-203</link>
		<dc:creator>Introducting Hu.la - our new URL shortener - Flatsourcing</dc:creator>
		<pubDate>Mon, 24 May 2010 14:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://blinktag.com/?p=755#comment-203</guid>
		<description>[...] order to get a homepage that allows others to access the service, we took a lesson from the guys who created 511cc.org using [...]</description>
		<content:encoded><![CDATA[<p>[...] order to get a homepage that allows others to access the service, we took a lesson from the guys who created 511cc.org using [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 13/32 queries in 0.059 seconds using disk: basic

Served from: blinktag.com @ 2012-05-18 11:23:27 -->
