着急啊。。进来解决啊
网站以前 是php 做的 百度收录了好多 现在网站改版,用.net 做的 。。现在想让百度收录的依然能打开
我用404 错误处理 网址 如下:www.ylb120.cn 域名后面我加上aa.aspx 他就跳转到首页啦。。写aa.php 他就没跳转
配置文件:
<customErrors defaultRedirect="404.aspx" mode="On">
<error statusCode="404" redirect="404.aspx"/>
</customErrors>