Nov 8, 2009

How To Make A Dot.tk Domain Redirect To Your Site!

free web hosting
Open Discussion > MODERATED AREA > Computers > Programming Languages > HTML, XML etc..

How To Make A Dot.tk Domain Redirect To Your Site!

sweetescape
Do you want a free, but professional-looking top-level domain? So use dot.tk!
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>


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!

 

 

 


Comment/Reply (w/o sign-up)

BuffaloHELP
Hummm... isn't this redundant?

Normally people signup for dot.tk to get shorter sub-domain. And they would redirect this short domain name to longer sub-domain name, i.e. free_web_hosting.trap17.com *shameless plug*

But the META redirect redirects back to a sub-domain name... well... you see my point.

I suppose this is useful if you want to claim domain_name(dot)com, dot net, dot whatever plus dot TK

Comment/Reply (w/o sign-up)

iamlica
I guess these are for people who actually have an existing dot.tk account. Based on experience, when I signed up for an acount years ago, whenever i'd type my dot.tk url, the dot.tk url would appear on the address bar and not my original url.

So i guess this one's for those who want a dot.tk url but still have their original urls displayed on the adress bar even if the visitor typed the dot.tk url, which i think is a nice idea.

Comment/Reply (w/o sign-up)

sweetescape
This is usefull if you want to have a short Dot.TK address so people can remember your address if you tell them about your site, but still can link to individual sites in your homepage, as Dot.TK cloaks your real URLs, for example, a visitor is on http://yoursite.trap17.com/, he will see http://www.yoursite.tk/, so that's good, but if he's on http://yoursite.trap17.com/guestbook.php he will still see http://www.yoursite.tk/ and that will make it impossible for a normal user to link to your site, unless he knows how to open frames.

Comment/Reply (w/o sign-up)

johnsmith
Plus, it's one way for some cms's to work with the register/login features....Usually, when only the tk domain appears, they have problems (at least phpnuke and mambo in previous versions had)...

Still, a very nice function...

Btw, does Tk still let you disable the advertisments or is the *dream dead* ? tongue.gif


Comment/Reply (w/o sign-up)

Shining
Hmm... Do .tk foce advertisements? I would go for a .co.nr domain and I think they have the feature for a non-cloaking URL (just a redirect to the site).

But better than them, buy a .com from Computing Host. They bearly cost nothing, and best of all, it's in USD.

So if your in England the currency rate is very good, and will cost you even less (well not less but very cheap).

The current price for a .com domain for a year is $7.99.

Have a great day!

-Tom

Comment/Reply (w/o sign-up)

ewcreator
we i should try it
If it work
thank you

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords :

  1. How To Redirect
    Not as simple as it sounds (5)
  2. Redirect Problem
    (6)
    Hi, does anyone know if there is a way to display say www.b.com at www.a.com without using redirect
    from a to b. The real problem i have is if you try going to www.frusciante.net you will get
    redirected to www.locborg.de/fru where the files are stored. The code in frusciante.net is: HTML
    FRAMESET border=0 frameSpacing=0 rows=100%,* frameBorder=0 > FRAME name=bannerframe src ="
    http://www.locborg.de/fru/ " noResize> /FRAMESET > So is there a way to display the files from
    locborg.de/fru while maintaining the frusciante.net URL in the browser?....
  3. 301 Redirect And Bots
    a small doubt (6)
    Hi guys, I am presently developing a website which depends on JavaScript for its design. The
    problem is that some browsers do not JavaScript enabled. So, in case Script cannot be run on the
    browser, I have given a 301 (Meta) Redirect to a page which will tell them to enable the script.
    What about the Search engine bots? Will they undergo the 301 Redirect? Or can they see the
    actual page? Please help. ....
  4. Url Redirection = Javascript+html
    Redirect using scripts! (4)
    In javascript Browser redirection can be done in 3 ways: 1) Alert Redirect: CODE
        alert("This page has been moved to a new location... click OK to be redirected.");     location
    = "http://www.your-website.com"; 2) Confirm and Redirect: CODE
        if(confirm("This page has been moved to a new location... would you like to be redirected"))
        {   location = "http://www.your-website.com";     }     else     {   history.back();     }
    3) Stealth Redirect: CODE     location = "http://www.your-website.com"; ....
  5. Countdown Till Redirect
    (4)
    ok here is a question: how would i do something that says you will be redirected in 15 seconds and
    then changes the number till the redirection takes place. this is planned for a custom 404 error
    page. im not just asking for the countdown but also how to redirect at all. thankfull for any
    help /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> Lucas....
  6. Server Absolute Referencing
    on a trap17 sub-domain (4)
    When referencing a file or pix inside an html file, there are absolute references, relative
    references and server absolute references. I think I am okay with the first two kinds, but have a
    question about server absolute. Assume I have a subdomain of the Trap17 named subdomain. In the
    subdomain, I have a public_html folder which contains the files accessible from the web, so if in
    one of those files, lets say it is located in a folder named folder1 and is inside the public-html,
    I insert a "server absolute reference", does the reference begin at the public_html folder?....
  7. Redirect Code Help
    (8)
    Can someone give me the code which redirects you automatically in the whole page instead of only in
    the frame? I'm using this code, but it just redirects inside a frame... CODE But now
    .tk has added a ad to the pages so I don't want to use it anymore, so I want that people
    entering the site is being redirected to the "real" domain name now.......

    1. Looking for How, To, Make, A, Dot.tk, Domain, Redirect, To, Your, Site!

Searching Video's for How, To, Make, A, Dot.tk, Domain, Redirect, To, Your, Site!
See Also,
advertisement


How To Make A Dot.tk Domain Redirect To Your Site!

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com