Quote:
Originally Posted by harvey
double check your path and be sure to include the filename, this has nothing to do with .htaccess or permalinks, as long as your absolute URI path is correct, you shouldn't get a 404. I'd understand some javascript not working because it's the wrong order (ie you need to call jquery or any other library first and then the script), but it shouldn't give you a 404, so chances are you have the wrong path
|
Yeah, thats what I done. It don't make sense giving out a 404. I done both ways aswell.
http://domain.com/wp-includes/plugin...folder/file.js
and
/wp-include/filefolder/file.js
And neither of them worked. So I put the file onto a subdomain and it's now working.