Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have had a issue with Dot.TK mainly when i go to the site via https://www.example.tk when i enter the details to log in the page goes blank white. And if i got trough https://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 https://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 https://www.example.tk when they reach the site the URL displays its original https://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” “https://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.

    Forum: Plugins
    In reply to: Domain dot.tk

    I have had a issue with Dot.TK mainly when i go to the site via https://www.example.tk when i enter the details to log in the page goes blank white. And if i got trough https://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 https://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 https://www.example.tk when they reach the site the URL displays its original https://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” “https://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.

Viewing 2 replies - 1 through 2 (of 2 total)