First: Register here your domain
Second: After receiving your activation email and activating your account, add following code to the site you want to make your domain redirect to:
QUOTE
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Refresh" content="0;URL=YOURURLHERE">
<script type="text/javascript">if (top!=self) top.location.href=self.location.href;</script>
</html>
<html>
<head>
<meta http-equiv="Refresh" content="0;URL=YOURURLHERE">
<script type="text/javascript">if (top!=self) top.location.href=self.location.href;</script>
</html>
It will make your domain redirect to your real site, instead of cloaking the real URL and preventing users from seeing the URLs, if they want to show it to their friends and so on.
I think this is usefull as many people don't know how to use DotTK as a redirection service!

