I'm knocking my head against the wall :banghead: This works: location / { root /var/www/DOMAIN/html; try_files $uri $uri/ /index.php?$args; autoindex off; location ~* \.php$ { try_files $uri =404;...