首页 游戏资源分享 网站网页教程 蚂蚁分类信息tao 伪静态
0赞
赞赏
手机版
扫码打开手机版
把文字装进口袋

蚂蚁分类信息tao 伪静态

小雨敲窗y  3 天前
  1. RewriteEngine On
  2. RewriteRule ^m/(?!store)(.+)/$ m/index.php?mod=category&Catid=$1
  3. RewriteRule ^m/([a-z,A-Z,_,-]+)/([0-9]+).html$ m/index.php?mod=information&id=$2
  4. RewriteRule ^m/news.html$ m/index.php?mod=news
  5. RewriteRule ^m/news-id-([0-9]+).html$ m/index.php?mod=news&id=$1
  6. RewriteRule ^m/news-catid-([0-9]+).html$ m/index.php?mod=news&catid=$1
  7. RewriteRule ^m/news-catid-([0-9]+)-page-([0-9]+).html$ m/index.php?mod=news&catid=$1&page=$2
  8. RewriteRule ^m/goods.html$ m/index.php?mod=goods
  9. RewriteRule ^m/goods-id-([0-9]+).html$ m/index.php?mod=goods&id=$1
  10. RewriteRule ^m/goods-([^\/]+).html$ m/index.php?mod=goods&Catid=$1
  11. RewriteRule ^m/corporation.html$ m/index.php?mod=corp
  12. RewriteRule ^m/corporation-([^\/]+)\.html$ m/index.php?mod=corp&Catid=$1
  13. RewriteRule ^m/store-([0-9]+)/$ m/index.php?mod=store&id=$1
  14. RewriteRule ^m/store-([0-9]+)/([a-z]+).html$ m/index.php?mod=store&id=$1&action=$2
  15. RewriteRule ^m/store-([0-9]+)/document-id-([0-9]+).html$ m/index.php?mod=store&id=$1&action=document&docuid=$2
  16. RewriteRule ^m/aboutus.html$ m/index.php?mod=aboutus
  17. RewriteRule ^m/aboutus-id-([0-9]+).html$ m/index.php?mod=aboutus&id=$1
  18. RewriteRule ^m/announce.html$ m/index.php?mod=announce&id=$1
  19. RewriteRule ^space/(.+)\/$ space\.php\?user=$1
  20. RewriteRule ^store-([0-9]+)\/$ store\.php\?uid=$1
  21. RewriteRule ^store-([0-9]+)/([^\/]+).html$ store\.php\?uid=$1&Uid=$2
  22. RewriteCond %{REQUEST_FILENAME} !-d
  23. RewriteRule ^(?!store|space|m)(.+)/$ category\.php\?Catid=$1
  24. RewriteRule ^([a-z,A-Z,_,-]+)/([0-9]+)\.html$ information\.php\?id=$2
  25. RewriteRule ^news\.html$ news\.php
  26. RewriteRule ^news-id-([0-9]+)\.html$ /news\.php\?id=$1
  27. RewriteRule ^news-catid-([0-9]+)\.html$ news\.php\?catid=$1
  28. RewriteRule ^news-catid-([0-9]+)-page-([0-9]+)\.html$ news\.php\?catid=$1&page=$2
  29. RewriteRule ^goods\.html$ goods\.php
  30. RewriteRule ^goods-id-([0-9]+)\.html$ goods\.php\?id=$1
  31. RewriteRule ^goods-([^\/]+)\.html$ goods\.php\?Catid=$1
  32. RewriteRule ^corporation\.html$ corporation\.php
  33. RewriteRule ^corporation-([^\/]+)\.html$ corporation\.php\?Catid=$1
  34. RewriteRule ^aboutus\.html$ about\.php\?part=aboutus
  35. RewriteRule ^sitemap\.html$ about\.php\?part=sitemap
  36. RewriteRule ^aboutus-id-([0-9]+)\.html$ about\.php\?part=aboutus&id=$1
  37. RewriteRule ^announce\.html$ about\.php\?part=announce&id=$1
  38. RewriteRule ^faq\.html$ about\.php\?part=faq
  39. RewriteRule ^faq-id-([0-9]+)\.html$ about\.php\?part=faq&id=$1
  40. RewriteRule ^friendlink\.html$ about\.php\?part=friendlink
  41. RewriteRule ^mayi-info\.xml$ sitemap\.php\?part=info
  42. RewriteRule ^mayi-category\.xml$ sitemap\.php\?part=category
  43. RewriteRule ^mayi-store\.xml$ sitemap\.php\?part=store
  44. RewriteRule ^mayi-news\.xml$ sitemap\.php\?part=news
复制代码


使用道具 举报

您需要登录后才可以回帖 立即登录
返回顶部