它一直在工作,直到我的主机对服务器进行了一些更改。我不知道他们做了什么改变。
请求是:点击此处
或
它会返回 NetworkError: 404 Not Found
如果我从它有效的查询字符串中手动删除 mox.net.Cookie 和 mox.net.JSON ,
。应该是什么问题呢?我该如何解决它。
我使用CodeIgniter。
谢谢。
It was working until my hosting do some changes to server. I don't know what changes they have made.
request is: click here
or
http://mysite.com/tiny_mce/plugins/imagemanager/js/compressor.php?classes=mox.Event,mox.List,mox.DOM,mox.geom.Point,mox.geom.Rect,mox.String,mox.dom.Drag,mox.tpl.Template,mox.tpl.Paging,mox.data.ResultSet,mox.net.Cookie,mox.ui.WindowManager,mox.ui.Menu,mox.ui.MenuItem,mox.ui.DropMenu,mox.ui.DropMenuItem,mox.dom.Layer,mox.dom.Tween,mox.net.JSON,mox.dom.Form,mox.util.Dispatcher,moxiecode.manager.BaseManager,moxiecode.manager.ImageManager,moxiecode.manager.DevKit
it returns NetworkError: 404 Not Found
if i remove mox.net.Cookie and mox.net.JSON by hand from the querystring it works.
What should be the problem? How can i solve it.
I use CodeIgniter.
Thank you.
发布评论
评论(1)
如果您使用 .htaccess,您可能会前往 CI 控制器而不是您要查找的文件。
这是一个可能有帮助的 mod_rewrite 规则示例。通常,值得检查访问日志以查看还调用了哪个文件。
If you're using .htaccess it may be possible you're heading to a CI controller rather than the file you're looking for.
Here is an example mod_rewrite rule that might help. Often it's worth checking your access log to see which file is being called also.