Jump to content

Tjoene

Moderators
  • Posts

    1,430
  • Joined

  • Last visited

  • Days Won

    29

Posts posted by Tjoene

  1. It is not possible to host 1 site one 2 separated servers.

     

    What you could use is cloudFlare. (www.cloudflare.com)

     

    You can create an free account and up your domain up for the service.

    You just need to change the NS server records of your domain to theirs and when the server goes down here, their servers will show a cached version of your site.

    • Like 1
  2. Most likely people make the templates according to the standards.

    If they do that, then all the browsers need to show the same webpage.

     

    And you need to know that IE doesn't take the standards serious and make there own set of style standards.

    That results in conflicts between browsers

    In most cases people need to make a separate template just for IE alone.

     

    In school I've seen the problem too. I once had make a simple website and even there I needed to make a separated CSS-style file for IE alone.

  3. @2nd question:

     

    You can edit the file called .htaccess in your root web folder (=public_html) (you can create it if it doesn't exist).

    Add these lines to the file:

     

    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]

     

    Just change the yourdomain.com to your domain.

     

    @3th qeustion:

    It is possible, but it could be a lot of work.

    You will need to re-write the entire template and make it compatible with IE.

    And you don't have any guaranteed that it will look the same, since IE doesn't "follow" the same standards as Firefox.

  4. I can not find any records of your site or account in the database.

     

    And about your domain, if you want to host it here you need to change the name servers.

    They are currently pointing to:

    ns1.byet.org
    ns1.dotage.org
    ns2.byet.org
    ns2.dotage.org

     

    Change the name server records to ns1.heliohost.org and ns2.heliohost.org

    Then you should be able to add it in cPanel.

    It can take up to 48h before the records are actual changed.

×
×
  • Create New...