Never mind. This was a rewrite issue. The URL was not being rewritten correctly. This is solved now.by lobo - Php-fpm Mailing List - English
Never mind. This was a rewrite issue. The URL was not being rewritten correctly. It is now solved.by lobo - How to...
I posted this on the php-fpm forum and they advised it will be more appropriate here. nginx is configured with php-fpm but PHP scripts are not being able to read the & correctly. Or even %26. The PHP file has this statement: echo $_GET['title']; and the URL is index.php?title=D%26B then it only echoes D (not D&B as one would expect). The debug log is at http://pastebin.com/ThgmBLGUby lobo - How to...
nginx version is 0.7.65 and this is the output for nginx -V nginx version: nginx/0.7.65 TLS SNI support enabled configure arguments: --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/body --http-proxy-temp-path=/var/lib/by lobo - Php-fpm Mailing List - English
I am struggling with ampersands in the query string. file.php has only this line: echo $_GET['var']; And the URL is http://domain.com/file.php?var=AT&T Instead of echoing AT&T the problem is that the script echoes only AT This also happens if the URL is http://domain.com/file.php?var=AT%26T My configuration in server { ... } to handle PHP scripts is as follows:by lobo - Php-fpm Mailing List - English
![]() |
![]() |
![]() |
![]() |
|