Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/30/2013 in all areas

  1. The DNS in that picture looks fine. As for the page displaying its code...your source is messed up. I've seen this happen when someone uses certain HTML editor tools... Your page's source is: <p><!DOCTYPE html><br /> <br /><br /> <!--<br /> Polyglot markup document.<br /> http://www.w3.org/TR/html-polyglot/<br /> --><br /> <br /><br /> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><br /> <br /> <head><br /> <meta charset="UTF-8" /><br /> <br /> <title>Synchring</title><br /> <br /> <link rel="shortcut icon" href="./favicon/synchring.ico" /><br /> <link rel="copyright" href="./" /><br /> <link rel="stylesheet" href="./presentation/css/desktop/main.css" /><br /> <br /> <script src="./script/client/javascript/main.js"></script><br /> </head><br /> <br /> <body><br /> <br /> <p><br /> Menu<br /> </p><br /> <br /> </body><br /> <br /></html><br /> <br /></p> It should look like: <!DOCTYPE html> <!-- Polyglot markup document. http://www.w3.org/TR/html-polyglot/ --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta charset="UTF-8" /> <title>Synchring</title> <link rel="shortcut icon" href="./favicon/synchring.ico" /> <link rel="copyright" href="./" /> <link rel="stylesheet" href="./presentation/css/desktop/main.css" /> <script src="./script/client/javascript/main.js"></script> </head> <body> <p> Menu </p> </body> </html> Try copying the above fixed code into a file and see if it works.
    1 point
  2. Hi! I went to that site: http://synchring.tk/index.htm using firefox, then I tried right-click and selected 'show page source'. Have you tried that yet? I wonder how you created and saved your source? Sorry, I am new here also, I haven't got a clue what to tell you about the DNS change. Good luck!
    1 point
  3. You have to change the nameservers that your domain name points to. You should be able to do this from your registrar. Check their website for information. The heliohost nameservers are ns1.heliohost.org and ns2.heliohost.org. Check this page on the wiki for more information. http://wiki.helionet.org/Parked,_Addon_and_Sub_Domains
    1 point
×
×
  • Create New...