Viewing 4 replies - 1 through 4 (of 4 total)
  • WordPress itself doesn’t block anything except search engines. And then only if you configure it to do so.

    Thread Starter jonhabreu

    (@jonhabreu)

    dot.tk contacted me to say it is due to an inframe

    I have had a issue with Dot.TK mainly when i go to the site via http://www.example.tk when i enter the details to log in the page goes blank white. And if i got trough http://www.example.freehostingsite.com and go through the login process everything is fine.

    Im not sure if what you are describing is the same issue.
    If it is i have found a way around it.

    Dot.tk Take on the URL so if you have set up different pages all of them will say http://www.example.tk When loging in to try and get to the admin page for me it caused a white screen. So it was a redirection problem. Dot.tk was trying to keep hold of the URL

    What i had to do was unmask the URL from dot.tk – what this means is if people go to your site through http://www.example.tk when they reach the site the URL displays its original http://www.example.freehostingsite.com
    This will allow you to go into the admin area no problem. But you will have to settle for visitors seeing the original URL not the Dot.tk one They can still follow the Dot.tk URL to your site though.

    To unmasked the the URL you have to go into your wordpress Theme Header.PHP and under the line

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;

    Enter the code

    <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>

    This worked for me.

    I am having the same issue as Ultrasoul here http://proclamacao.tk/

    Can anyone give me a hint?
    I tried that code above but it didn’t worked

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Domain dot.tk’ is closed to new replies.