常用伪静态
thinkphp
discuz论坛
PHPcmsV9
-
+
home page
PHPcmsV9
### apache ```xml RewriteEngineon RewriteRule ^content-([0-9]+)-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3 RewriteRule ^show-([0-9]+)-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3 RewriteRule ^list-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=lists&catid=$1&page=$2 ``` ### IIS ```xml <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1"><match url="^content-([0-9]+)-([0-9]+)-([0-9]+).html" ignoreCase="false" /> <action type="Rewrite" url="index.php?m=content&c=index&a=show&catid={R:1}&id={R:2}&page={R:3}" appendQueryString="false" /> </rule> <rule name="Imported Rule 2"><match url="^show-([0-9]+)-([0-9]+)-([0-9]+).html" ignoreCase="false" /> <action type="Rewrite" url="index.php?m=content&c=index&a=show&catid={R:1}&id={R:2}&page={R:3}" appendQueryString="false" /> </rule> <rule name="Imported Rule 3"><match url="^list-([0-9]+)-([0-9]+).html" ignoreCase="false" /> <action type="Rewrite" url="index.php?m=content&c=index&a=lists&catid={R:1}&page={R:2}" appendQueryString="false" /> </rule> </rules> </rewrite> </system.webServer> </configuration> ```
admin
Nov. 15, 2021, 8:16 p.m.
Share documents
Collection documents
Last
Next
Scan wechat
Copy link
Scan your mobile phone to share
Copy link
关于 MrDoc
觅道文档MrDoc
是
州的先生
开发并开源的在线文档系统,其适合作为个人和小型团队的云笔记、文档和知识库管理工具。
如果觅道文档给你或你的团队带来了帮助,欢迎对作者进行一些打赏捐助,这将有力支持作者持续投入精力更新和维护觅道文档,感谢你的捐助!
>>>捐助鸣谢列表
微信
支付宝
QQ
PayPal
Download markdown file
share
link
type
password
Update password