Quote:
Originally Posted by Si
So basically all I get when trying to access the script, is a 404 error because it is trying to find a post or page.
|
If what you have in there is domain.com/wp-content/plugins/pluginfolder then it looks like you are trying to open a folder, not a file, unless the name of the file that has your script in it is actually pluginfolder without any extension.
Usually your source comes from a file:
domain.com/wp-content/plugins/pluginfolder/myjavascript.js
Or some such.