船说CMS小说站群程序 IIS/Apahce/Nginx伪静态大全

这里记录了船说(ShipSay)CMS小说站群程序 IIS/Apahce/Nginx伪静态大全,有需要的小伙伴可以带走,不客气!

船说cms Nginx伪静态

rewrite ^/sitemap/sitemap_([0-9]+).xml$ /sitemap/ss_sitemap.php?page=$1;
rewrite ^/sitemap/sitemap.xml$ /sitemap/ss_sitemap.php;
rewrite ^/sitemap/sm_sitemap_([0-9]+).xml$ /sitemap/sm_sitemap.php?page=$1;
rewrite ^/sitemap/sm_sitemap.xml$ /sitemap/sm_sitemap.php;
if (!-d $request_filename){
set $rule_0 1$rule_0;
}
if (!-f $request_filename){
set $rule_0 2$rule_0;
}
if ($rule_0 = "21"){
rewrite ^/(.*)$ /index.php last;
}

船说cms IIS伪静态

<?xml version="1.0" encoding="UTF-8"?>
<rules>
<rule name="ShipSay SiteMap for ss_page">
<match url="^sitemap/sitemap_([0-9]+).xml$" ignoreCase="false" />
<action type="Rewrite" url="sitemap/ss_sitemap.php?page={R:1}" appendQueryString="false" />
</rule>
<rule name="ShipSay SiteMap for ss_index">
<match url="^sitemap/sitemap.xml$" ignoreCase="false" />
<action type="Rewrite" url="sitemap/ss_sitemap.php" />
</rule>
<rule name="ShipSay SiteMap for sm_page">
<match url="^sitemap/sm_sitemap_([0-9]+).xml$" ignoreCase="false" />
<action type="Rewrite" url="sitemap/sm_sitemap.php?page={R:1}" appendQueryString="false" />
</rule>
<rule name="ShipSay SiteMap for sm_index">
<match url="^sitemap/sm_sitemap.xml$" ignoreCase="false" />
<action type="Rewrite" url="sitemap/sm_sitemap.php" />
</rule>
<rule name="ShipSay CMS" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" appendQueryString="true" />
</rule>
</rules>

船说cms APache不需要伪静态。

小车博客下载必看

给TA打赏
共{{data.count}}人
人已打赏
大杂烩

船说CMS小说站群程序 详细安装教程(图文)

2023-6-30 11:58:28

大杂烩

船说CMS小说站群程序 安装配置图片远程服务器(图片外调)教程

2023-6-30 12:01:06




重要声明

本站资源来自会员发布以及互联网收集,不代表本站立场,如有侵犯你的权益请联系管理员-车车站内发信联系 我们会第一时间进行审核删除。站内资源为网友个人学习或测试研究使用,未经原版权作者许可,禁止用于任何商业途径!请用户仔细辨认内容的真实性,避免上当受骗!本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。请在下载24小时内删除!


如果遇到付费才可观看的文章,建议升级终身VIP。全站所有资源任意下免费看”。本站资源少部分采用7z压缩,为防止有人压缩软件不支持7z格式,7z解压,建议下载7-zip,zip、rar解压,建议下载WinRAR

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索