Hi!
I'm trying to upgrade to Limesurvey 2, build 121213 on my nginx + php-fpm Ubuntu server. Things are working OK, but when I try to access...
http://<ip>/limesurvey/admin
it redirects me to...
http://<ip>/limesurvey/index.php/admin
and I get an error. I can access the admin page at...
http://<ip>/limesurvey/index.php?r=admin/authentication/sa/login
I'm not sure if it's a bug in the software because the admin/index.php should redirect to ../index.php/admin/, which my web server is doing. On the other hand, I don't know if the rewrite rules *should* replace the errored url with the working url, since nginx doesn't read .htaccess files.
Thanks!