Re: Re[2]: Nginx multiple php sites

2014-07-15 Thread B.R.
If you use try_files with fastcgi_split_path_info, do not try to set PATH_INFO with $fastcgi_path_info directly as it will be empty. If PATH_INFO is not set (as it might not be required like you point it out) and stick with the $fastcgi_script_name of the split directive, then the PATH_INFO 2-line

Re[2]: Nginx multiple php sites

2014-07-15 Thread wishmaster
--- Original message --- From: "B.R." Date: 15 July 2014, 19:16:19 > > > I also think CodeIgniter needs the PATH_INFO environment variable set. This is not true, as you can choose of using PATH_INFO, QUERY_STRING, REQUEST_URI and so on, so this tricks with path_info is excessiv