米酷影视mkcms7伪静态规则[建站教程]

米酷影视mkcms7伪静态规则

米酷影视mkcms7伪静态规则[建站教程]

根据自己的环境。复制对应的规则。

  1. Nginx:
  2. rewrite ^/index.html$ /index.php;
  3. rewrite ^/app.html$ /app.php;
  4. rewrite ^/mv.html$ /mv.php;
  5. rewrite ^/mv_([0-9]+)_([0-9]+).html$ /mv.php?mlist=$1&m=$2;
  6. rewrite ^/tv.html$ /tv.php;
  7. rewrite ^/cx.html$ /cx.php;
  8. rewrite ^/yy.html$ /yy.php;
  9. rewrite ^/live.html$ /live.php;
  10. rewrite ^/book.html$ /book.php;
  11. rewrite ^/hall.html$ /hall.php;
  12. rewrite ^/fuli.html$ /fuli.php;
  13. rewrite ^/zhibo.html$ /zhibo.php;
  14. rewrite ^/music.html$ /music.php;
  15. rewrite ^/movie.html$ /movie.php;
  16. rewrite ^/zongyi.html$ /zongyi.php;
  17. rewrite ^/dongman.html$ /dongman.php;
  18. rewrite ^/meipai.html$ /meipai.php;
  19. rewrite ^/shop.html$ /shop.php;
  20. rewrite ^/vod(.*)$ /play.php?play=$1;
  21. rewrite ^/mvplay/(.*).html$ /mv.php?v=$1;
  22. rewrite ^/cxplay/(.*).html$ /cxplay.php?id=$1;
  23. rewrite ^/yplay/(.*).html$ /yplay.php?post=$1;
  24. rewrite ^/movie_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ /movie.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6;
  25. rewrite ^/tv_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ /tv.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6;
  26. rewrite ^/dongman_(.*)_(.*)_(.*)_(.*)_(.*).html$ /dongman.php?cat=$1&year=$2&area=$3&rank=$4&pageno=$5;
  27. rewrite ^/zongyi_(.*)_(.*)_(.*)_(.*)_(.*).html$ /zongyi.php?cat=$1&act=$2&area=$3&rank=$4&pageno=$5;
  28. rewrite ^/gb_(.*).html$ /book.php?page=$1;
  29. rewrite ^/cx_(.*)_([0-9]+).html$ /cx.php?cid=$1&page=$2;
  30. rewrite ^/yy_(.*).html$ /yy.php?list=$1;
  31. rewrite ^/star.html /star.php;
  32. rewrite ^/mxstar_(.*)_(.*)_(.*).html /star.php?wd=$1&tab=$2&pageno=$3;
  33. rewrite ^/seacher-(.*).html /seacher.php?wd=$1;
  34. rewrite ^/mvseacher-(.*).html /mv.php?ac=$1;
  35. rewrite ^/news.html$ /news.php;
  36. rewrite ^/news_([0-9]+).html$ /news.php?page=$1;
  37. rewrite ^/content-([0-9]+)-([0-9]+).html$ /content.php?dz=/$1/$2.shtml;
  38. rewrite ^/shop_(.*)$ /shop.php?page=$1;
  39. Apache:
  40. RewriteEngine on
  41. RewriteRule ^index.html$ index.php
  42. RewriteRule ^app.html$ app.php
  43. RewriteRule ^mv.html$ mv.php
  44. RewriteRule ^mv_([0-9]+)_([0-9]+).html$ mv.php?mlist=$1&m=$2
  45. RewriteRule ^tv.html$ tv.php
  46. RewriteRule ^cx.html$ cx.php
  47. RewriteRule ^yy.html$ yy.php
  48. RewriteRule ^live.html$ live.php
  49. RewriteRule ^book.html$ book.php
  50. RewriteRule ^hall.html$ hall.php
  51. RewriteRule ^fuli.html$ fuli.php
  52. RewriteRule ^zhibo.html$ zhibo.php
  53. RewriteRule ^music.html$ music.php
  54. RewriteRule ^movie.html$ movie.php
  55. RewriteRule ^zongyi.html$ zongyi.php
  56. RewriteRule ^dongman.html$ dongman.php
  57. RewriteRule ^meipai.html$ meipai.php
  58. RewriteRule ^shop.html$ shop.php
  59. RewriteRule ^vod(.*)$ play.php?play=$1
  60. RewriteRule ^mvplay/(.*).html$ mv.php?v=$1
  61. RewriteRule ^cxplay/(.*).html$ cxplay.php?id=$1
  62. RewriteRule ^yplay/(.*).html$ yplay.php?post=$1
  63. RewriteRule ^movie_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ movie.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6
  64. RewriteRule ^tv_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ tv.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6
  65. RewriteRule ^dongman_(.*)_(.*)_(.*)_(.*)_(.*).html$ dongman.php?cat=$1&year=$2&area=$3&rank=$4&pageno=$5
  66. RewriteRule ^zongyi_(.*)_(.*)_(.*)_(.*)_(.*).html$ zongyi.php?cat=$1&act=$2&area=$3&rank=$4&pageno=$5
  67. RewriteRule ^gb_(.*).html$ book.php?page=$1
  68. RewriteRule ^cx_(.*)_([0-9]+).html$ cx.php?cid=$1&page=$2
  69. RewriteRule ^yy_(.*).html$ yy.php?list=$1
  70. RewriteRule ^star.html star.php
  71. RewriteRule ^mxstar_(.*)_(.*)_(.*).html star.php?wd=$1&tab=$2&pageno=$3
  72. RewriteRule ^seacher-(.*).html seacher.php?wd=$1
  73. RewriteRule ^mvseacher-(.*).html mv.php?ac=$1
  74. RewriteRule ^news.html$ news.php
  75. RewriteRule ^news_([0-9]+).html$ news.php?page=$1
  76. RewriteRule ^content-([0-9]+)-([0-9]+).html$ content.php?dz=/$1/$2.shtml
  77. RewriteRule ^shop_(.*)$ shop.php?page=$1
米酷影视mkcms7伪静态规则[建站教程]-度崩网-几度崩溃
米酷影视mkcms7伪静态规则[建站教程]-度崩网-几度崩溃

米酷影视mkcms7常见问题,例如幻灯片不显示问题[建站教程]

米酷影视mkcms7伪静态规则[建站教程]-度崩网-几度崩溃
米酷影视mkcms7伪静态规则[建站教程]-度崩网-几度崩溃

mkcms米酷7.03影视安装步骤+使用说明[建站教程]

建站教程

mkcms米酷7.03影视安装步骤+使用说明[建站教程]

2020-5-6 11:51:26

建站教程

Thinkphp内核SEO按天计费系统源码 聚合SEO关键词按天自动扣费安装教程[建站教程]

2020-5-6 13:46:40

本站所发布的一切源码、模板、应用等文章仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版,购买注册,得到更好的正版服务。如有侵权。本站内容适用于DMCA政策。若您的权利被侵害,请与我们联系处理,站长 QQ: 84087680 或 点击右侧 私信:盾给网 反馈,我们将尽快处理。
⚠️
本站所发布的一切源码、模板、应用等文章仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版,购买注册,得到更好的正版服务。如有侵权。本站内容适用于DMCA政策
若您的权利被侵害,请与我们联系处理,站长 QQ: 84087680 或 点击右侧 私信:盾给网 反馈,我们将尽快处理。
0 条回复 A文章作者 M管理员
欢迎您,新朋友,感谢参与互动!
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
私信列表
搜索