~wiki
~wiki
  • Tools
    • User Tools
    • Log In
    • Site Tools
    • Media Manager
    • Sitemap
    • Page Tools
    • Show pagesource
    • Back to top
  • Translations of this page
    • English (en)
    • Deutsch (de)
  • Log In

  1. You are here
  2. Home
  3. admin
  4. concrete5
  1. Trace
  2. wormholes
  3. plymouth
  4. zprinter660
  5. openmediavault
  6. concrete5

admin:concrete5

  • Show pagesource
  • Back to top
  • Share via
    • Share via...
    • Twitter
    • LinkedIn
    • Telegram
    • Yammer
    • Reddit
  • Recent Changes
  • Send via e-Mail
  • Print
  • Permalink

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;
}
  • Last modified: 2024-07-05 14:31

cc by sa

Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Share Alike 4.0 International