Magento inner pages 404 Not Found but homepage getting with nginx server – Plesk
This is my host file: server { root /path/to/root/domain/html; index index.php; server_name servername.de; location / { index index.html index.php; try_files $uri $uri/ @handler; expires 30d; } location ^~ /(app|includes|lib|media/downloadable|pkginfo|report/config.xml|var)/ { internal; } location /var/export/ { internal; } location /. {…