分享

写回答

发帖

[提问] 我的phpwind论坛开户伪静态sitepmap.xml文件报错

GoDaddy GoDaddy 791 人阅读 | 0 人回复

发表于 2010-5-13 11:31:32 | 显示全部楼层 |阅读模式

前段时间一开始的时候做的是.php?类型的伪静态,然后前两天改成-htm-格式的,再次提交sitemap.xml文件到google管理工具的时候就提示出错了

提示:
重定向错误: 重定向错误
我们访问您的 Sitemap 时遇到错误。请确保您的 Sitemap 符合我们的指南要求,并能够通过您所提供的位置访问,然后重新提交。        
HTTP 错误: 302

.htaccess文件

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
RewriteRule ^(.*)simple/([t|f].+).html$ /simple/index.php?$2.html
</IfModule>
您需要登录后才可以回帖 登录 | 注册

本版积分规则