发新话题
打印

为什么远程主机下载不了服务器上的文件呢

为什么远程主机下载不了服务器上的文件呢

为什么我在自己机器上访问mambo就可以下载,别的注册的用户(远程主机)下不了呢?
怎么办,怎么修改下呢?

TOP

提示
重定向时出错,连接不到localhost

TOP

在下载时,只要修改URL到我的主机IP就行了,但是它默认的URL是localhost,怎么改一下呢?

TOP

就是让超链接从
<a href="http://localhost/mambo/images/stories/file/send-syslog.rar">
变成
<a href="http://10.2.1.9/mambo/images/stories/file/send-syslog.rar">

TOP

修改 configuration.php 的livesite 为你的ip
或者在安装曼波时用ip访问,不要用 localhost 访问

TOP

发新话题