Still getting my feet wet with Wordpress and Apache but this is a weird ass error that is driving me crazy.
I uploaded the jquery-cookie plugin to:
[mydomain]/wp-includes/js/jquery/jquery.cookie.js
The file is there; I can see it in FTP and in the cpanel file manager. But if I try to access it in the browser I get this 406 Not Acceptable error.
This is with the default Permalink settings, like /?p=123. If I switch to Custom Structure with /%postname%/ then when I request this file I get a 404 with the pretty 404 page.
I think it has something to do with the file encoding maybe. I can get to other .js files in the same directory just fine.
I uploaded the jquery-cookie plugin to:
[mydomain]/wp-includes/js/jquery/jquery.cookie.js
The file is there; I can see it in FTP and in the cpanel file manager. But if I try to access it in the browser I get this 406 Not Acceptable error.
This is with the default Permalink settings, like /?p=123. If I switch to Custom Structure with /%postname%/ then when I request this file I get a 404 with the pretty 404 page.
I think it has something to do with the file encoding maybe. I can get to other .js files in the same directory just fine.