ATutor

Learning Management Tools







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


pretty URL after server changes


  • 2008-09-11 03:31:19

    pretty URL after server changes

    hia, my ISP for atutor.no changed some internal structures for the server, so I had to change the path to the content directory in include/config.inc.php - however, after this the pretty URLs does not work anymore. if I go to:

    http://atutor.no/atutor/democourse

    I get a white page with the error: "no input file specified".

    soo, which input file is it looking for, and do I have to make any changes to make ATutor find it again, and if so: where? :)

  • 2008-09-11 08:48:53

    Re: pretty URL after server changes

    Make sure there were not any symbolic links in the new path to the content dir.

    create a file with "getcwd()" in it can compare the output from it, with the path in the config file.

    The message appears to be coming from the server. Something strange in Web server settings perhaps. The message displays instead of a 404 message.

  • 2008-09-11 10:43:27

    Re: pretty URL after server changes

    I don't think this message is from ATutor. Could be related to .htaccess?

    [reply][b]In reply to:[/b]
    I get a white page with the error: "no input file specified".
    [op]forums/view.php?fid=7;pid=15131;page=1#15131[/op][/reply]

  • 2008-09-12 04:26:46

    Re: pretty URL after server changes

    the content directory is working, as ATutor gets content (images for instance) in courses from that directory, and getcwd() shows that the path must be ok.

    I had some other trouble with .htaccess files when this happened, so I believe it can be related to that.. where's ATutors .htaccess file(s) supposed to be located?

  • 2008-09-12 09:44:05

    Re: pretty URL after server changes

    .htaccess is located under ATutor/

    It could also be the restriction that are being set upon .htaccess file in the apache server, within the httpd.conf