全文预览已结束
下载本文档
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
ApacheIISZeusNginx WebDiscuz! X1.5 1Apache Web Server()RewriteEngine OnRewriteCond %QUERY_STRING (.*)$RewriteRule (.*)/topic-(.+).html$ $1/portal.php?mod=topic&topic=$2&%1RewriteCond %QUERY_STRING (.*)$RewriteRule (.*)/article-(0-9+)-(0-9+).html$ $1/portal.php?mod=view&aid=$2&page=$3&%1RewriteCond %QUERY_STRING (.*)$RewriteRule (.*)/forum-(w+)-(0-9+).html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3&%1RewriteCond %QUERY_STRING (.*)$RewriteRule (.*)/thread-(0-9+)-(0-9+)-(0-9+).html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3&%1RewriteCond %QUERY_STRING (.*)$RewriteRule (.*)/group-(0-9+)-(0-9+).html$ $1/forum.php?mod=group&fid=$2&page=$3&%1RewriteCond %QUERY_STRING (.*)$RewriteRule (.*)/space-(username|uid)-(.+).html$ $1/home.php?mod=space&$2=$3&%1RewriteCond %QUERY_STRING (.*)$RewriteRule (.*)/(a-z+)-(.+).html$ $1/$2.php?rewrite=$3&%11.1Apache Web Server()# RewriteEngine RewriteEngine On# /discuz /discuz /RewriteBase /discuz# Rewrite RewriteCond %QUERY_STRING (.*)$RewriteRule topic-(.+).html$ portal.php?mod=topic&topic=$1&%1RewriteCond %QUERY_STRING (.*)$RewriteRule article-(0-9+)-(0-9+).html$ portal.php?mod=view&aid=$1&page=$2&%1RewriteCond %QUERY_STRING (.*)$RewriteRule forum-(w+)-(0-9+).html$ forum.php?mod=forumdisplay&fid=$1&page=$2&%1RewriteCond %QUERY_STRING (.*)$RewriteRule thread-(0-9+)-(0-9+)-(0-9+).html$ forum.php?mod=viewthread&tid=$1&extra=page%3D$3&page=$2&%1RewriteCond %QUERY_STRING (.*)$RewriteRule group-(0-9+)-(0-9+).html$ forum.php?mod=group&fid=$1&page=$2&%1RewriteCond %QUERY_STRING (.*)$RewriteRule space-(username|uid)-(.+).html$ home.php?mod=space&$1=$2&%1RewriteCond %QUERY_STRING (.*)$RewriteRule (a-z+)-(.+).html$ $1.php?rewrite=$2&%12IIS Web Server()ISAPI_Rewrite# 3600 = 1 hourCacheClockRate 3600RepeatLimit 32# Protect httpd.ini and httpd.parse.errors files# from accessing through HTTPRewriteRule (.*)/topic-(.+).html?*(.*)$ $1/portal.php?mod=topic&topic=$2&$3RewriteRule (.*)/article-(0-9+)-(0-9+).html?*(.*)$ $1/portal.php?mod=view&aid=$2&page=$3&$4RewriteRule (.*)/forum-(w+)-(0-9+).html?*(.*)$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3&$4RewriteRule (.*)/thread-(0-9+)-(0-9+)-(0-9+).html?*(.*)$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3&$5RewriteRule (.*)/group-(0-9+)-(0-9+).html?*(.*)$ $1/forum.php?mod=group&fid=$2&page=$3&$4RewriteRule (.*)/space-(username|uid)-(.+).html?*(.*)$ $1/home.php?mod=space&$2=$3&$4RewriteRule (.*)/(a-z+)-(.+).html?*(.*)$ $1/$2.php?rewrite=$3&$43Zeus Web Servermatch URL into $ with (.*)/topic-(.+).html?*(.*)$if matched thenset URL = $1/portal.php?mod=topic&topic=$2&$3endifmatch URL into $ with (.*)/article-(0-9+)-(0-9+).html?*(.*)$if matched thenset URL = $1/portal.php?mod=view&aid=$2&page=$3&$4endifmatch URL into $ with (.*)/forum-(w+)-(0-9+).html?*(.*)$if matched thenset URL = $1/forum.php?mod=forumdisplay&fid=$2&page=$3&$4endifmatch URL into $ with (.*)/thread-(0-9+)-(0-9+)-(0-9+).html?*(.*)$if matched thenset URL = $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3&$5endifmatch URL into $ with (.*)/group-(0-9+)-(0-9+).html?*(.*)$if matched thenset URL = $1/forum.php?mod=group&fid=$2&page=$3&$4endifmatch URL into $ with (.*)/space-(username|uid)-(.+).html?*(.*)$if matched thenset URL = $1/home.php?mod=space&$2=$3&$4endifmatch URL into $ with (.*)/(a-z+)-(.+).html?*(.*)$if matched thenset URL = $1/$2.php?rewrite=$3&$4endif4Nginx Web Serverrewrite (.*)/topic-(.+).html$ $1/portal.php?mod=topic&topic=$2 last;rewrite (.*)/article-(0-9+)-(0-9+).html$ $1/portal.php?mod=view&aid=$2&page=$3 last;rewrite (.*)/forum-(w+)-(0-9+).html$ $1/forum.php?mod=forumdisplay&fid=$2&page=$3 last;rewrite (.*)/thread-(0-9+)-(0-9+)-(0-9+).html$ $1/forum.php?mod=viewthread&tid=$2&extra=page%3D$4&page=$3 last;rewrite (.*)/group-(0-9+)-(0-9+).html$ $1/forum.php?mod=
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- TDGAG 033-2025 医疗机构医疗管理域数据治理规范
- 乡村振兴用工协议书
- 水厂出售出租合同范本
- 服装行业采购合同范本
- 新能源光伏合同范本
- 教师暑假安全协议书
- 茶艺师证考试监考试题及答案
- 五兄妹签房产协议书
- 面点师学徒试题带答案
- 传统销售生产计划考试题及答案
- GB/T 45953-2025供应链安全管理体系规范
- 孕期生理变化
- 急性支气管炎儿科课件
- 产程干预的医学指征课件
- 口腔门诊年度述职报告
- 2025年体彩考试题及答案
- 徕卡x-vario中文说明书
- 国家体质健康测试课件
- 养老机构安全管理培训
- 现场提升管理活动方案
- 心理健康服务行业深度报告-压力时代的心理突围-科技赋能破局疗愈赛道-中邮证券
评论
0/150
提交评论