Hello,
Then my rewrite rules may be off, I have changed them a few times until it called the right file, but Nginx seem to dislike the part after the file name.
I have EAsy Appointment in a subfolder called massage, so my rewrite rule are in Nginx:
location /massage {
if (!-e $request_filename) {
rewrite ^/massage/(.*)$ /massage/$1 break;
}
}
That calls the right file (I think), but the server chokes on the last part:
request: "POST /massage/index.php/appointments/ajax_install HTTP/1.1"
The server fails trying opening:
/..path../public_html/massage/index.php/appointments/ajax_install