Ticket #1336523 (new Feature Requests: None)

Opened 3 years ago

Last modified 3 months ago

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

Changed 3 years ago by nobody

Logged In: NO 

Solution: Use a real web server.

Changed 2 years ago by nobody

Logged In: NO 

hi

i can approve this. same problem here. if the SCRIPT_NAME or
PHP_SELF var is used, we will have no problem.

Regards
Marc

Changed 6 months ago by seansan

  • severity changed from critical to trivial
  • milestone set to 0.1.5

Review in 0.1.5 - can you please provide your code alterations

Changed 6 months ago by thomasb

  • owner roundcube deleted
  • status changed from assigned to new
  • description modified (diff)

Changed 3 months ago by anonymous

  • milestone deleted

Milestone 0.1.5 deleted

Note: See TracTickets for help on using tickets.