Level 3
solved by adding
try_files $uri $uri/ /index.php?$query_string;
Pagination working fine in localhost but not working on the production
localhost
http://127.0.0.1:8000/Admin/CRUD/U1/Index?page=2
server
https://domain.com/Admin/CRUD/U1/Index?page=2
Please or to participate in this conversation.