I have a Magento 1.9.10 site that we are migrating from server with Apache to server with Nginx with PHP7.2.
i use shared hosting for my Magento site. Most of the things around Nginx server must be set by my hosting administrator.
When i use in link "/index.php/" i am getting a 404 error, without index.php is frontend ok. When i want visit admin dasboard and when i want login to Admin Dasboard page i am getting a 404 error. Address to dasboard is myeshopwebsite.cz/index.php/admin/index/index/key/9ea6bdfd0fdbd381a720414c4358d9ae/. When i manully remove "/index.php/" from this link i can login to Admin dasboard and for every next step i must remove "/index.php/" from address.
Any ideas why the "/index.php/" would cause 404 errors?
I think it's a bad nginx server setup.
Please help me!