Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

PhpDebugBar is not defined nginx

In your site’s server block add /index.php?$args;
to try_files so that you get something like this:

try_files $uri $uri/ /index.php?$args;
 
PREVIOUS NEXT
Tagged: #PhpDebugBar #defined #nginx
ADD COMMENT
Topic
Name
6+1 =