undertaker0418 发表于 2012-10-29 14:28:18

v7和dedecms5.6为什么发布不了

很郁闷呀,采集完内容之后,点测试发布,总是失败,代码是这样的:

网页源代码:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Object not found!</title>
<link rev="made" href="mailto:webmaster@localhost" />
<style type="text/css"><!--/*--><![CDATA[/*><!--*/
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
/*]]>*/--></style>
</head>

<body>
<h1>Object not found!</h1>
<p>


    The requested URL was not found on this server.



    The link on the
    <a >referring
    page</a> seems to be wrong or outdated. Please inform the author of
    <a >that page</a>
    about the error.



</p>
<p>
If you think this is a server error, please contact
the <a href="mailto:webmaster@localhost">webmaster</a>.

</p>

<h2>Error 404</h2>
<address>
<a href="/">localhost</a><br />

<span>10/29/12 11:10:11<br />
Apache/2.2.9 (APMServ) mod_ssl/2.2.9 OpenSSL/0.9.8h PHP/5.2.6</span>
</address>
</body>
</html>


返回的Header:
HTTP/1.1 404 Not Found
Date:Mon, 29 Oct 2012 03:10:11 GMT
Server:Apache/2.2.9 (APMServ) mod_ssl/2.2.9 OpenSSL/0.9.8h PHP/5.2.6
Vary:accept-language,accept-charset
Accept-Ranges:bytes
Transfer-Encoding:chunked
Content-Type:text/html; charset=iso-8859-1
Content-Language:en
Content-Length:1254
哪位大侠告诉我这是为什么

undertaker0418 发表于 2012-10-29 14:32:28

搞了一天没搞出来,到底是什么意思

303718 发表于 2012-10-29 14:34:33

HTTP/1.1 404 Not Found
估计是你网址都填错了

undertaker0418 发表于 2012-10-29 14:47:28

本机测试,不是http://localhost 吗

undertaker0418 发表于 2012-10-30 08:55:03

没人知道吗?高手云集的地方怎么这么冷清

wxl08 发表于 2012-10-30 09:25:45

发布内容请求的地址不对,发布模块里根地址与发布内容请求地址组合起来才是一个完整添加信息地址,可以下载官方发布的免登陆接口发布,http://board.locoy.com/?post=4
页: [1]
查看完整版本: v7和dedecms5.6为什么发布不了