Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 CKeditor 中上传图像时,默认图像 url 是相对于服务器根目录而不是 web 服务器(即:)/var/www/mywebsite/images/foo.jpg instead of /mywebsite/images/foo.jpg。艰难的图像上传到正确的路径,我不明白问题出在哪里。
/var/www/mywebsite/images/foo.jpg instead of /mywebsite/images/foo.jpg
我的网络服务器是 debian 挤压上的 lighttpd,另一个网络服务器上的相同网络应用程序运行良好。
我不知道这是一个糟糕的服务器配置,还是别的什么。