Windows server: Attachments - 404 File not Found

Windows server: Attachments - 404 File not Found

Joel VerDuin -
Vastausten määrä: 7
Hello,

I've installed Moodle on Windows 2000 Server with IIS 5. The document directory exists outside the wwwroot folder and the anonymous user has all but full control access to the folder.

When I upload a file either through a forum or through a directory, I get 404 - File not Found errors when I try to access it through Moodle.

The file does exist in the moodledata directory structure. Here is an example URL that is returned when I try:
http://mysite/moodle/file.php/2/moddata/forum/6/1/Login_to_the_Network_from_Anywhere_in_the_District.doc

This returns a 404 error. Any thoughts?

Thanks.
Arviointien keskiarvo: -
Vastaus Joel VerDuin

Re: Windows server: Attachments - 404 File not Found

Iñaki Arenaza -
Kuva: Core developers Kuva: Documentation writers Kuva: Particularly helpful Moodlers Kuva: Peer reviewers Kuva: Plugin developers
Go to Administration >> Configuration >> Variables and set slasharguments to 'file.php?file=/1/pic.jpg '. I think this should help you.

Saludos. Iñaki.
Vastaus Iñaki Arenaza

Re: Windows server: Attachments - 404 File not Found

Mehran Heidarzadeh -
I have exactly the same problem in moodle 1.7. There is no Configuration page in the administration page. I manually changed the value of "slasharguments" in the database, but it didn't help. Any idea?
Vastaus Mehran Heidarzadeh

Re: Windows server: Attachments - 404 File not Found

Mauno Korpelainen -
You find that setting from Server - HTTP - Use slash arguments and X
Vastaus Mauno Korpelainen

회신: Re: Attachments - 404 File not Found

석 용화 -
Thank You !!!
It works Gooooooooood !
It cause to stop my headache.
Vastaus Mehran Heidarzadeh

Re: Windows server: Attachments - 404 File not Found

tim harrison -
On my 1.7 server it is under Administration / Server / HTTP.
Vastaus tim harrison

Re: Windows server: Attachments - 404 File not Found

Carlos Garcia -

Thanks guys... it worked for me.

As Tim pointed out, on 1.7 Administration / Server / HTTP...
I unchecked "Use slash arguments".

I am running moodle on windows 2000 server / IIS 5 with php fast cgi.

Thanks for the help