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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] windows2008R2 64位伪静态设置

[复制链接]
GM预热 发表于 2017-5-27 15:21:31 | 显示全部楼层 |阅读模式
windows2008R2 64位独立主机  伪静态设置 出现404

后台开启伪静态 出现404   也配置了伪静态规则,伪静态组件 也是配置好的。下面上图

file:///C:\Users\Administrator\AppData\Roaming\Tencent\Users\261222812\QQ\WinTemp\RichOle\LMASD7L~XY7OU(EBB3)`}92.png

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
a475305268 发表于 2017-5-27 16:29:48 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

crx349 发表于 2017-5-27 17:44:49 | 显示全部楼层
你这个伪静态组件 用 这个规则哦
  1. # 将 RewriteEngine 模式打开
  2. RewriteEngine On

  3. # 修改以下语句中的 /discuz 为您的论坛目录地址,如果程序放在根目录中,请将 /discuz 修改为 /
  4. RewriteBase /

  5. # Rewrite 系统规则请勿修改
  6. RewriteCond %{QUERY_STRING} ^(.*)$
  7. RewriteRule ^topic-(.+)\.html$ portal.php?mod=topic&topic=$1&%1
  8. RewriteCond %{QUERY_STRING} ^(.*)$
  9. RewriteRule ^article-([0-9]+)-([0-9]+)\.html$ portal.php?mod=view&aid=$1&page=$2&%1
  10. RewriteCond %{QUERY_STRING} ^(.*)$
  11. RewriteRule ^forum-(\w+)-([0-9]+)\.html$ forum.php?mod=forumdisplay&fid=$1&page=$2&%1
  12. RewriteCond %{QUERY_STRING} ^(.*)$
  13. RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ forum.php?mod=viewthread&tid=$1&extra=page\%3D$3&page=$2&%1
  14. RewriteCond %{QUERY_STRING} ^(.*)$
  15. RewriteRule ^group-([0-9]+)-([0-9]+)\.html$ forum.php?mod=group&fid=$1&page=$2&%1
  16. RewriteCond %{QUERY_STRING} ^(.*)$
  17. RewriteRule ^space-(username|uid)-(.+)\.html$ home.php?mod=space&$1=$2&%1
  18. RewriteCond %{QUERY_STRING} ^(.*)$
  19. RewriteRule ^blog-([0-9]+)-([0-9]+)\.html$ home.php?mod=space&uid=$1&do=blog&id=$2&%1
  20. RewriteCond %{QUERY_STRING} ^(.*)$
  21. RewriteRule ^archiver/(fid|tid)-([0-9]+)\.html$ archiver/index.php?action=$1&value=$2&%1
  22. RewriteCond %{QUERY_STRING} ^(.*)$
  23. RewriteRule ^([a-z]+[a-z0-9_]*)-([a-z0-9_\-]+)\.html$ plugin.php?id=$1:$2&%1
复制代码
回复

使用道具 举报

 楼主| GM预热 发表于 2017-5-29 09:37:11 | 显示全部楼层
楼上我的是独立主机,不是虚拟主机啊
回复

使用道具 举报

 楼主| GM预热 发表于 2017-5-29 09:38:13 | 显示全部楼层
a475305268 发表于 2017-5-27 16:29
还要设置IIS伪静态组件的。

IIS伪静态组件也设置了啊
回复

使用道具 举报

xiaoyuwxz 发表于 2017-5-29 09:45:17 | 显示全部楼层
本帖最后由 xiaoyuwxz 于 2017-5-29 09:55 编辑

使用apache主机规则放httpd.conf中
或使用apache虚拟主机规则放网站根目录中的 .htaccess中
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 12:57 , Processed in 0.028101 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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