Posts by Vanderson Andrade • 1 point
1 post
-
-2
votes2
answers897
viewsA: Problem using CODEIGNITER on Nginx server
Just add inside the Nginx.conf server{ Location / { #try_files $Uri $Uri/ =404; try_files $Uri $Uri/ /index.php? $args; } }
1 post
-2
votes2
answers897
viewsJust add inside the Nginx.conf server{ Location / { #try_files $Uri $Uri/ =404; try_files $Uri $Uri/ /index.php? $args; } }