Hi,
I have apache+Nginx working on my server. There is a Nginx option called "Smart static files processing"
If this option turned off, Apache processes all requests for static files, Nginx only passess requests and responses without modification. I activated this. Everything works perfectly except one;
When i click on "any" user link (easysocial) on my site (without logged in) it redirects to ".../component/users/?view=login" whith the error 404 Not Found (nginx)
There is no problem except this. Do you have any idea how can i solve this?