Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== concrete5 CMS ===== ===== Troubleshooting ===== === nginx workaround === inside the ''location ~ \.php($|/)'' block: <code> set $script $uri; set $path_info ""; if ($uri ~ "^(.+\.php)(/.+)") { set $script $1; set $path_info $2; } </code> Last modified: 2024-07-05 14:31