MODx 改变我的图像路径
在 MODx WYSIWYG 中,每当我单击图像图标插入图像,然后浏览图像时,它都会生成错误的路径:/data/12/1/111/99/1111262/user/1169144/htdocs/images/image.jpg asset/images/image.jpg
我已经检查了我的资源 URL 和资源路径,它们看起来都是正确的。有没有人经历过 MODx 重写你的服务器路径而不是它应该是什么?
提前致谢。
In the MODx WYSIWYG whenever I click the Image icon to insert an image, followed by browse image it generates the wrong path: /data/12/1/111/99/1111262/user/1169144/htdocs/images/image.jpg instead of assets/images/image.jpg
I have checked my Resource URL and Resource Path and they both look correct. Has anyone ever experienced MODx rewriting your paths to the server vs what it should be?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
许多人都关注
工具>配置>接口与
,但是,它也与登录的Web用户直接相关。资源路径
和资源URL
的功能如果您转到
安全>;管理用户
选择您的用户名并转到用户
您会注意到有相同的资源路径
和资源 URL
这些需要也正确。Many people look to
Tools > Configuration > Interface & Features
for theResource Path
andResource URL
, however, it is also directly related to the Web User logged in as.If you go to
Security > Manage Users
Select your username and go toUser
You will notice there are the sameResource Path
andResource URL
These need to be correct as well.