I hope I get this time an answer to this problem.
I'm trying to install version 1.9.1 on a subdomain, but I am getting the following message, which I have never had before:
406 Not Acceptable
nginx
Does anyone have any idea how I can solve this problem.?
You are absolutely right Oldman, it was indeed a modsecurity issue.
I didn't check this.
It just goes to show, you learn something new every day and stay sharper.
Many thanks
1. Disable/relax ModSecurity (if enabled)
2. Verify try_files and rewrite rules in your Nginx config
3. Check error logs: /var/log/nginx/error.log — it will show the exact reason
3. Make sure PHP handler (fastcgi) is correctly configured
In most cases, disabling ModSecurity or fixing Nginx rules resolves it.Check the following:
1. Disable/relax ModSecurity (if enabled)
2. Verify try_files and rewrite rules in your Nginx config
3. Check error logs: /var/log/nginx/error.log — i...See more
Dear Ash, I managed to get the installation going, although it wasn't flawless and I had to keep going back a step in the installation to eventually be able to complete it.
I didn't check this.
It just goes to show, you learn something new every day and stay sharper.
Many thanks
1. Disable/relax ModSecurity (if enabled)
2. Verify try_files and rewrite rules in your Nginx config
3. Check error logs: /var/log/nginx/error.log — it will show the exact reason
3. Make sure PHP handler (fastcgi) is correctly configured
In most cases, disabling ModSecurity or fixing Nginx rules resolves it.Check the following:
1. Disable/relax ModSecurity (if enabled)
2. Verify try_files and rewrite rules in your Nginx config
3. Check error logs: /var/log/nginx/error.log — i...See more