ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Subdomain hosting problem in IIS


  • 2006-01-30 18:47:40

    Subdomain hosting problem in IIS

    I cannot seem to correctly configure an installation to be hosted in a sub-domain in IIS. File input error shows when page is browsed [ http://classroom.als-online.org/ ]. The temporary link works fine however - https://site311.mysite4now.com/alsonline/renaissance/login.php
    What would most likely be the cause? The IIS settings or something to configure in ATutor.

    operating system - Win server 2003
    version of ATutor - 1.4.1
    versions of php - 4.4?
    version of mysq l - 4.0.25?
    webserver & version - IIS 6.0
    copies of error messages - File input error when page is browsed. The link... http://classroom.als-online.org/ displays the error.
    Thanks for your help.

  • 2006-01-31 08:38:54

    Re: Sub-domain hosting problem in IIS

    You should check the IIS documentation, or do a search of keywords that describe the problem.

    Also, when using IIS locate the content/ directory inside your ATutor installation and set AT_FORCE_GET_FILE to FALSE in include/config.inc.php. If you need to secure your content directory, you'll need to use the Apache webserver, in which case you can locate your content directory outside of your ATutor installation to secure it.