Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

X-Space在Zeus下的Rewrite规则(SupeSite V5)

[复制链接]
黑莲花 发表于 2006-4-19 10:01:55 | 显示全部楼层 |阅读模式
此规则针对Zeus V4.X,且仅针对独立主机

修改以下语句中的 /supesite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /supesite 修改为 /


  1. RULE_0_START:
  2. match URL into $ with ^/supesite/([0-9]+)/spacelist(.*)$
  3. if not matched then goto RULE_0_END
  4. set URL = /supesite/index.php?$1/action_spacelist$2
  5. RULE_0_END:

  6. RULE_1_START:
  7. match URL into $ with ^/supesite/([0-9]+)/viewspace(.+)$
  8. if not matched then goto RULE_1_END
  9. set URL = /supesite/index.php?$1/action_viewspace_itemid$2
  10. RULE_1_END:

  11. RULE_2_START:
  12. match URL into $ with ^/supesite/([0-9]+)/viewbbs(.+)$
  13. if not matched then goto RULE_2_END
  14. set URL = /supesite/index.php?$1/action_viewbbs_tid$2
  15. RULE_2_END:

  16. RULE_3_START:
  17. match URL into $ with ^/supesite/([0-9]+)/(.*)$
  18. if not matched then goto RULE_3_END
  19. set URL = /supesite/index.php?$1/$2
  20. RULE_3_END:

  21. RULE_4_START:
  22. match URL into $ with ^/supesite/([0-9]+)$
  23. if not matched then goto RULE_4_END
  24. set URL = /supesite/index.php?$1
  25. RULE_4_END:

  26. RULE_5_START:
  27. match URL into $ with ^/supesite/action(.+)$
  28. if not matched then goto RULE_5_END
  29. set URL = /supesite/index.php?action$1
  30. RULE_5_END:

  31. RULE_6_START:
  32. match URL into $ with ^/supesite/([0-9]+)(.*)$
  33. if not matched then goto RULE_6_END
  34. set URL = /supesite/index.php?action/space/uid/$1$2
  35. RULE_6_END:

  36. RULE_7_START:
  37. match URL into $ with ^/supesite/category(.+)$
  38. if not matched then goto RULE_7_END
  39. set URL = /supesite/index.php?action_category_catid$1
  40. RULE_7_END:

  41. RULE_8_START:
  42. match URL into $ with ^/supesite/itemlist(.+)$
  43. if not matched then goto RULE_8_END
  44. set URL = /supesite/index.php?action_itemlist_catid$1
  45. RULE_8_END:

  46. RULE_9_START:
  47. match URL into $ with ^/supesite/viewnews(.+)$
  48. if not matched then goto RULE_9_END
  49. set URL = /supesite/index.php?action_viewnews_itemid$1
  50. RULE_9_END:

  51. RULE_10_START:
  52. match URL into $ with ^/supesite/viewthread(.+)$
  53. if not matched then goto RULE_10_END
  54. set URL = /supesite/index.php?action_viewthread_tid$1
  55. RULE_10_END:

  56. RULE_11_START:
  57. match URL into $ with ^/supesite/index([\.a-zA-Z0-9]*)$
  58. if not matched then goto RULE_11_END
  59. set URL = /supesite/index.php
  60. RULE_11_END:
复制代码

[ 本帖最后由 黑莲花 于 2006-6-19 16:18 编辑 ]
baalchina 发表于 2006-5-19 08:52:06 | 显示全部楼层
这个....我提个小小的建议,不知道是我理解问题还是原文描述不当:
修改以下语句中的 /supesite 修改为你的SupeSite目录地址,如果程序放在根目录中,请将 /supesite 修改为 /

修改为supesite目录地址,比如我的linux主机的xspace安装地址是/data/web/space。其实这里如果我把/supesite修改为/data/web/space,这个rewrite规则根本没用。应该修改为/才对。

不知道是我的个体现象还是很多人都这样。
回复

使用道具 举报

qshdy 发表于 2006-8-16 22:44:08 | 显示全部楼层
# Ultimate SEO URLs BEGIN
Options +FollowSymLinks
RewriteEngine On
RewriteBase /

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}
RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING}
RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}
RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}
# Ultimate SEO URLs END

楼主,能否帮我把这个apache的规则转成Zeus V4的啊?先跪谢了   急用啊!
回复

使用道具 举报

webb 发表于 2006-9-12 16:47:56 | 显示全部楼层
这个好象不对啊  地址有误.?
回复

使用道具 举报

liyiliu 发表于 2006-9-12 18:59:06 | 显示全部楼层
:)
回复

使用道具 举报

webb 发表于 2006-11-24 13:15:55 | 显示全部楼层
按 论坛里给出的如下 设置   设置了ZEUS 后可


首页 资讯 日志 图片 商品 文件 书签 论坛 程序下载 搜索

这些地址的连接还是无法实现官方这样的地址。
http://x.discuz.net/action_blog.html


只能出http://www.xdiscuz.com/?action_blog  
出带问号的地址



科技世界 互联网络 财经报道 体育资讯 明星娱乐 生活资讯 网站建设 动态报道 特别关注
这些地址都可以 category_1.html 了


请问规则还应该设置什么吗还是??
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 01:55 , Processed in 0.034651 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表