Windows server: Attachments - 404 File not Found

Windows server: Attachments - 404 File not Found

על ידי Joel VerDuin בתאריך
מספר תגובות: 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.
ממוצע דרוגים: -
בתגובה ל: Joel VerDuin

Re: Windows server: Attachments - 404 File not Found

על ידי Iñaki Arenaza בתאריך
תמונה של Core developers תמונה של Documentation writers תמונה של Particularly helpful Moodlers תמונה של Peer reviewers תמונה של 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.
בתגובה ל: 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?
בתגובה ל: Mehran Heidarzadeh

Re: Windows server: Attachments - 404 File not Found

על ידי Mauno Korpelainen בתאריך
You find that setting from Server - HTTP - Use slash arguments and X
בתגובה ל: Mehran Heidarzadeh

Re: Windows server: Attachments - 404 File not Found

על ידי tim harrison בתאריך
On my 1.7 server it is under Administration / Server / HTTP.
בתגובה ל: 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