Ticket #1336523 (new Feature Requests: None)
Better Microsoft IIS support
| Reported by: | nobody | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Core functionality | Version: | None |
| Severity: | trivial | Keywords: | |
| Cc: |
Description (last modified by thomasb) (diff)
When I tried to run RoundCube in IIS 5.0, I had to make a few modifications for it to run, although I could not get file attatchments to work. For example, IIS only allows POST to specific file extensions chosen by the server (for example .PHP)! ( See http://www.somacon.com/p126.php ) Therefore it will not accept POST to /?_auth=... but it will to /index.php?_auth=... so I changed the forms so instead of posting to ./?blah they now all POST to /index.php/?blah. Also changed $COMM_PATH in index.php to include the name of index.php. After all this though, sending emails with file attatchments don't work in IIS still, and there is no error message. This is a big problem for me.
Change History
Note: See
TracTickets for help on using
tickets.
