|
Posted by thepisu on 03/08/07 10:23
I have a Windows 2003 Server with IIS 6, PHP with CGI.
Yesterday I decided to update from PHP 5.1.4 to 5.2.1, but "slash
arguments" (in a Moodle installation) stop working, I mean addresses
like this:
http://www.mysite.com/file.php/folder/File.zip
Where, file.php is the script for downloading, and "folder/File.zip"
is the file to download.
Calling this address, simply return a 404 "not found" error. Switching
to normal query-arguments, the script works right. But I don't want to
rewrite all static links in pages, so I reverted to 5.1.4.
Any idea? What has changed in 5.2.1 about "slash arguments"?
[Back to original message]
|