bbpress under wordpress folder, 404 errors on certain file types such as js?
-
Hi all,
I have a wordpress website, let’s say its http://www.mysite.com. WordPress is installed in the website root, so that when you navigate to http://www.mysite.com, you get the wordpress blog. I recently installed bbpress at http://www.mysite.com/bbpress.
One of the first plugins I installed is BB Wysiwyg editor, but it fails to work properly. After some debugging, I found the following:
[gif]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.gif is correctly displayed on my browser.
[jpg]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.jpg is correctly displayed on my browser.
[css]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.css causes wordpress 404 error page to show up on my browser.
[js]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.js causes wordpress 404 error page to show up on my browser.
[txt]
Just for kicks, I created a new file called test.txt under that same folder, and it is also displayed correctly.
Needless to say, all of the above files are physically there, I can clearly see them on my ftp client. So, something is going on with certain file types. It seems like wordpress allows some files to be correctly returned to the browser, while others are banned or something like that.
Has anyone experienced anything like this? Are there any config options that could solve this issue? I’ve been googling for quite a while without finding a solution.
Thanks!
- You must be logged in to reply to this topic.