I got 404 trying invoice plane with nginx+php-fpm:
I solved with:
location /invoiceplane {
try_files $uri $uri/ /invoiceplane/index.php?q=$uri;
}
in the nginx virtual host configuration
I got 404 trying invoice plane with nginx+php-fpm:
I solved with:
location /invoiceplane {
try_files $uri $uri/ /invoiceplane/index.php?q=$uri;
}
in the nginx virtual host configuration