Opened 14 years ago
Closed 13 years ago
#1616 closed defect (fixed)
PHP isapi handler should be set up with "Invoke Request if mapped to a file" in IIS7
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | high | Milestone: | 2.3 |
Component: | Installer | Version: | |
Severity: | critical | Keywords: | installer, php |
Cc: | jbirch | External ID: |
Description
The PHP isapi handler does not have the "Invoke request if mapped to a file" option set in IIS7
This means that what would normally be a 404 error is muffled by PHP to become a useless "no input file specified" error. It's not a show-stopping problem, but it is an annoying one.
Change History (4)
comment:1 by , 14 years ago
Cc: | added |
---|
comment:2 by , 14 years ago
Owner: | removed |
---|
comment:3 by , 13 years ago
Owner: | set to |
---|
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed r6487