Nginx.conf configuration for code igniter
Nginx.conf configuration for code igniter
Hello.
I used the Codeigniter2.tpl in nginx.conf. But my website dont work... I received 404 error page or blank page. The system use Nginx+PHP5 FPM.
But the moment, I tried to use VestaCP (Apache+Nginx) worked.... ( in other machine)
Help Me..
I used the Codeigniter2.tpl in nginx.conf. But my website dont work... I received 404 error page or blank page. The system use Nginx+PHP5 FPM.
But the moment, I tried to use VestaCP (Apache+Nginx) worked.... ( in other machine)
Help Me..
Re: Nginx.conf configuration for code igniter
You can try to add this code:
надо это добваить и всё прекрасно работает я сам только что попробовал
Code: Select all
location / {
try_files $uri $uri/ /index.php;#
}