Welcome Guest, Not a member yet? Register   Sign In
Nginx 500 Error /index.php/
#1

[eluser]bd3521[/eluser]
/index.php/pages/contactus WORKS
/index.php WORKS
/pages/contactus WORKS

/index.php/ DOES NOT WORK

NGINX Rewrite
location ~ /index.php/
{
include fastcgi_params;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /path/html/index.php;
fastcgi_pass 127.0.0.1:9000;
}

This was working fine until i changed //$config['index_page'] = "index.php"; to
$config['index_page'] = "";
#2

[eluser]bd3521[/eluser]
Anyone have any ideas?
#3

[eluser]bretticus[/eluser]
This post was a top search result in google. Coincidentally, it's from this forum. It's a working example only. May give you some further insight.
#4

[eluser]DogWin[/eluser]
[quote author="bretticus" date="1255654830"]This post was a top search result in google. Coincidentally, it's from this forum. It's a working example only. May give you some further insight.[/quote]Thank u very much ,I have the same pro too!




Theme © iAndrew 2016 - Forum software by © MyBB