多网站系统设置目录模式 sitemap.xml 无法访问

迅睿框架 更新 2025-08-13 11:05:49 llq

imageimage

image

多网站系统设置目录模式 sitemap.xml 无法访问

方案

  • 帝国织梦开发 #1 · 2025-08-13 09:54:57
    en的伪静态没设置成功
  • llq #2 · 2025-08-13 09:56:01
    帝国织梦开发 请问如何设置,在哪里设置
  • llq #3 · 2025-08-13 11:05:40
    满意答案
    本地使用iis服务器,需要在网站根目录创建web.config,配置如下,根据实际情况修改调整:<?xml version="1.0" encoding="UTF-8"?><configuration> <system.webServer> <rewrite> <rules> <!-- 主站点规则 --> <rule name="Main Site Rule" stopProcessing="true"> <match url=".*" /> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> <add input="{REQUEST_URI}" pattern="\.(js|ico|gif|jpe?g|bmp|png|css)$" negate="true" /> <add input="{REQUEST_URI}" pattern="^/en/" negate="true" /> </conditions> <action type="Rewrite" url="/index.php" /> </rule> <!-- /en目录规则 --> <rule name="EN Directory Rule" stopProcessing="true"> <match url="^en/(.*)" /> <conditions logicalGrouping="MatchAll"> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> <add input="{REQUEST_URI}" pattern="\.(js|ico|gif|jpe?g|bmp|png|css)$" negate="true" /> </conditions> <action type="Rewrite" url="/en/index.php?path={R:1}" /> </rule> </rules> </rewrite> </system.webServer></configuration>
  • llq #4 · 2025-08-13 11:05:49
    @llq:已解决问题

迅睿系统漏洞

GeoSeo收录宝
GeoSeo收录宝(2026-09-01)
升级 ai智能发布功能 升级 支持8国语言后端设置和前端输出功能 ...
Word发布批量上传
Word发布批量上传(2026-08-31)
版本覆盖问题重发
多语言翻译Seolang
多语言翻译Seolang(2026-08-31)
新增 LLM 大模型对话翻译模块 配置层强类型化重构 URL 模...
自定义存储
自定义存储(2026-08-30)
同步服务器端通用版实现,统一管理端、CMS 端和浏览器直传的提示与错...
GeoSeo工具箱
GeoSeo工具箱(2026-08-29)
新增 bing推送 新增 IndexNow推送 新增 baidu...
外贸多语言建站
外贸多语言建站(2026-08-27)
新增阿里云专业版入口 新增阿里云自动识别字符格式
Querylist渐进式采集
Querylist渐进式采集(2026-08-26)
增加范围截取规则
实时任务
实时任务(2026-08-26)
补充并整理完整使用说明、历史版本更新日志,统一帮助页样式。