====== concrete5 CMS ===== ===== Troubleshooting ===== === nginx workaround === inside the ''location ~ \.php($|/)'' block: set $script $uri; set $path_info ""; if ($uri ~ "^(.+\.php)(/.+)") { set $script $1; set $path_info $2; }