大家好 小白问下一个网站迁移的问题 是基础运营商的空间迁移 把网站迁移到另一个空间 直接web程序复制过去 并没有sqlserver数据库 经确认是支持url_rewrite 现在可以打开首页 点击二级页面 出现404报错 原来是有伪静态的规则写在了web.config 迁移好后就是出现这样了 我觉得是伪静态出现了问题 是路径不对吗 还是什么 我也不清楚 这个问题应该怎么解决 或者解决思路是什么?? 请大家帮帮忙 谢谢O(∩_∩)O 补充下我对编程和linux颇有好感 初学者应该怎么学开发呢? 是网站这块的 y=_=y
~/index.html
~/Default.aspx
~/introduce.html
~/CompanyInfo.aspx
~/culture.html
~/CompanyInfo1.aspx
~/contact.html
~/CompanyInfo2.aspx
~/Products.html
~/ProductList.aspx
~/Products-(\d+).html
~/ProductList.aspx?TypeID=$1
~/Products.html?PName=(\D+)
~/ProductList.aspx?PName=$1
~/ProductIntroduct-(\d+).html
~/ProductIntro.aspx?ProID=$1
~/SuccessfulCase.html
~/CaseList.aspx
~/SuccessfulCase-(\d+).html
~/CaseList.aspx?ID=$1
~/SuccessfulCase-P(\d+).html
~/CaseList.aspx?page=$1
~/SuccessfulCase-(\d+)-P(\d+).html
~/CaseList.aspx?ID=$1&page=$2
~/SuccessfulContent-Num(\d+).html
~/CaseIntro.aspx?ArticID=$1
~/DownLoad.html
~/softDownloading.aspx
~/DownLoad-(\d+).html
~/softDownloading.aspx?down=$1
~/Solution.html
~/SolutionPage.aspx
~/Solution-(\d+).html
~/SolutionPage.aspx?solu=$1
~/AuthCode.html
~/SecurityCode.ashx
~/DownLoadCount.html
~/DownNumber.ashx
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
看来 是没有人回答了