ATutor

Learning Management Tools







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


Content Dir is insecurity


  • 2010-03-30 04:11:53

    Content Dir is insecurity

    When I installed atutor 1.6.4 on my host.it noticed the message.And I can't set the atutor content dir to anther dir.And that is insecurity,right?
    If I need host to support the proteced content directory,what I need to do?
    "
    It has been detected that your webserver does not support the protected content directory feature. The content directory stores all of the courses' files.

    Due to that restriction your content directory must exist within your ATutor installation directory and cannot be moved. Its path is specified below. Please create it if it does not already exist.

    /home/vol2/byethost3.com/b3_5333799/study.abcroad.com/htdocs/content "

  • 2010-03-30 10:47:52

    Re: Content Dir is insecurity?

    There may be a symbolic link in the path to your content directory. Use getcwd() in a php file to get the actual path you should be using if you want to locate your content directory outside the web document root.

    http://php.net/manual/en/function.getcwd.php

    Are you using SSL?

  • 2010-04-01 08:24:59

    Re: Content Dir is insecurity?

    Thanks.
    NO,I am not using ssl.
    which php file in atutor I should use the getcwd()?

  • 2010-04-01 08:32:15

    Re: Content Dir is insecurity?

    create a php file with getcwd()

  • 2010-04-02 23:22:25

    Re: Content Dir is insecurity?

    Can I set Content Dir in anoter host? That is,I install atutor in one host,and store the content in anther host.

  • 2010-04-03 09:21:22

    Re: Content Dir is insecurity?

    Though some external content can be linked into ATutor, the content directory must exist on the same server.