Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Borszczuk on February 25, 2010, 08:09:52 AM

Title: Enforcing index.php to be used explicitely
Post by: Borszczuk on February 25, 2010, 08:09:52 AM
Is there any clean way of enforcing "index.php" to be used for any redirect or form (it uses i.e. ACTION="./" instead of ACTION\"./index.php" ) in RC? Recently it does not use it and rely on httpd configuration which is wrong but also disallows to do some "pre-login" page with help of apache's DirectoryIndex directive. Can that be configured/fixed or I need to dig in sources again?