豪鬼大帝 发表于 2017-2-5 11:01:29

伪静态设置问题 求大神

我刚开始装完论坛时X3.2 直接打开伪静态就可以使用,后来我关闭了。后来重新开启。打开帖子出现空白页。帖子链接/thread-47--1.html 分类链接/forum-38-.html 不知道是什么原因 我没有上传过任何静态规则。
不知道设置了哪里出现这样的问题 求怎么恢复链接 。
http://att.discuz.net/data/attachment/forum/201701/06/121559dpnbexxtvgpvt4p6.png
http://att.discuz.net/data/attachment/forum/201701/06/121633lpelrldwukhheerd.png

aslongxing 发表于 2017-2-5 11:01:29

上传个伪静态规则。是是IIS 还是Apache?规则也有差异

论坛后台-首页 对照看下

http://att.discuz.net/data/attachment/forum/201701/06/122134mfnzjrjkprprmpq2.png

未来不落空 发表于 2017-2-5 11:01:29

我心枫叶 发表于 2017-1-6 12:21
上传个伪静态规则。是是IIS 还是Apache?规则也有差异

论坛后台-首页 对照看下
我是IIS7.5 刚上传了一个WEB.CONFIG规则 页面不在空白 显示【插件不存在或已关闭】 接着怎么办

原来我也可以20 发表于 2017-2-5 11:01:29

你上传的规则不对,有需要可以加我qq 861827250, 免费帮你解决,这个不是大问题。

云的裁剪师 发表于 2017-2-5 11:01:29

可乐楠 发表于 2017-1-6 12:25
我是IIS7.5 刚上传了一个WEB.CONFIG规则 页面不在空白 显示【插件不存在或已关闭】 接着怎么办
用这个试试看
disucz x3.2 伪静态规则下载
http://www.discuz.net/thread-3774731-1-1.html

freekaobo 发表于 2017-2-5 11:01:29

先试试看我写的那个帖子规则。   

如果不行可以参考下 babyfacer 的帖子
http://www.discuz.net/thread-2489176-1-1.html

蓝蓝蓝1112015 发表于 2017-2-5 11:01:29

我心枫叶 发表于 2017-1-6 12:41
用这个试试看
disucz x3.2 伪静态规则下载
http://www.discuz.net/thread-3774731-1-1.html
这个肯定不行的,他的是win2008+iis7.5。

我自用的:环境win2008+iis7.5

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<requestFiltering allowDoubleEscaping="true" />
</security>
      <rewrite>
      <rules>
                <rule name="portal_topic">
                        <match url="^(.*/)*topic-(.+).html\?*(.*)$" />
                        <action type="Rewrite" url="{R:1}/portal.php\?mod=topic&topic={R:2}&{R:3}" />
                </rule>
                <rule name="portal_article">
                        <match url="^(.*/)*article-(+)-(+).html\?*(.*)$" />
                        <action type="Rewrite" url="{R:1}/portal.php\?mod=view&aid={R:2}&page={R:3}&{R:4}" />
                </rule>
                <rule name="portal_article_list">
                        <match url="^(.*)/list-(+)(\?(.*))*$"/>
                        <action type="Rewrite" url="{R:1}/index.php?page={R:2};"/>
                </rule>
                <rule name="forum_forumdisplay">
                        <match url="^(.*/)*fm-(\w+)-(+).html\?*(.*)$" />
                        <action type="Rewrite" url="{R:1}/forum.php\?mod=forumdisplay&fid={R:2}&page={R:3}&{R:4}" />
                </rule>
                <rule name="forum_viewthread">
                        <match url="^(.*/)*td-(+)-(+)-(+).html\?*(.*)$" />
                        <action type="Rewrite" url="{R:1}/forum.php\?mod=viewthread&tid={R:2}&extra=page%3D{R:4}&page={R:3}&{R:5}" />
                </rule>
                <rule name="group_group">
                        <match url="^(.*/)*group-(+)-(+).html\?*(.*)$" />
                        <action type="Rewrite" url="{R:1}/forum.php\?mod=group&fid={R:2}&page={R:3}&{R:4}" />
                </rule>
                <rule name="home_space">
                        <match url="^(.*/)*se-(username|uid)-(.+).html\?*(.*)$" />
                        <action type="Rewrite" url="{R:1}/home.php\?mod=space&{R:2}={R:3}&{R:4}" />
                </rule>
                <rule name="home_blog">
                        <match url="^(.*/)*bg-(+)-(+).html\?*(.*)$" />
                        <action type="Rewrite" url="{R:1}/home.php\?mod=space&uid={R:2}&do=blog&id={R:3}&{R:4}" />
                </rule>
                <rule name="forum_archiver">
                        <match url="^(.*/)*(fid|tid)-(+).html\?*(.*)$" />
                        <action type="Rewrite" url="{R:1}/index.php\?action={R:2}&value={R:3}&{R:4}" />
                </rule>
<rule name="forum_forumdisplay_type">
      <match url="^(.*/)*type-(+)-(+)-(+)\.html\?*(.*)$" />
      <action type="Rewrite" url="{R:1}/forum.php\?mod=forumdisplay&fid={R:2}&typeid={R:3}&typeid={R:3}&filter=typeid&page={R:4}&{R:5}" />
</rule>
<rule name="forum_forumdisplay_sort">
      <match url="^(.*/)*sort-(+)-(+)-(+)\.html\?*(.*)$" />
      <action type="Rewrite" url="{R:1}/forum.php\?mod=forumdisplay&fid={R:2}&sortid={R:3}&sortid={R:3}&filter=sortid&page={R:4}&{R:5}" />
</rule>
<rule name="forum_viewthread_tag" enabled="true">
      <match url="^(.*)*tag-(.+)\.html\?*(.*)$" />
      <action type="Rewrite" url="{R:1}/misc.php\?mod=tag&id={R:2}" />
</rule>
<rule name="forum_viewthread_tag1">
      <match url="^(.*)*tag.html\?*(.*)$" />
      <action type="Rewrite" url="{R:1}/misc.php\?mod=tag&id={R:2}" />
</rule>
<rule name="xlwsqvideo1">
<match url="^(.*/)*video.html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_video" />
</rule>
<rule name="xlwsqvideo2">
<match url="^(.*/)*video_list_(+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_video&m={R:2}" />
</rule>
<rule name="xlwsqvideo3">
<match url="^(.*/)*video_(+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_video&mod=view&sid={R:2}" />
</rule>
<rule name="xlwsqvideo4">
<match url="^(.*/)*video_user.html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_video:xlwsq_video_user" />
</rule>
<rule name="xlwsqvideo5">
<match url="^(.*/)*video_user_add.html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_video:xlwsq_video_user&p=add" />
</rule>
<rule name="xlwsqvideo6">
<match url="^(.*/)*video_user_favorites.html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_video:xlwsq_video_user&p=favorites" />
</rule>
<rule name="xlwsqvideo7">
<match url="^(.*/)*video_user_dsjl.html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_video:xlwsq_video_user&p=dsjl" />
</rule>
<rule name="xlwsqvideo8">
<match url="^(.*/)*video_user_hsjl.html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/plugin.php\?id=xlwsq_video:xlwsq_video_user&p=hsjl" />
</rule>
                <rule name="plugin">
                        <match url="^(.*/)*(+*)-(+).html\?*(.*)$" />
                        <action type="Rewrite" url="{R:1}/plugin.php\?id={R:2}:{R:3}&{R:4}" />
                </rule>
      </rules>
</rewrite>
      <defaultDocument>
            <files>
                <clear />
                <add value="index.php" />
                <add value="index.htm" />
                <add value="index.html" />
                <add value="Default.htm" />
                <add value="Default.asp" />
                <add value="iisstart.htm" />
                <add value="default.aspx" />
            </files>
      </defaultDocument>
   </system.webServer>      
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="404.htm" />
</system.web>
</configuration>


复制代码保存为web.config 上传到网站跟目录,把里面一些你不需要的删除掉。

蓝小振 发表于 2017-2-5 11:01:29

hhb121 发表于 2017-1-6 12:45
这个肯定不行的,他的是win2008+iis7.5。

我自用的:环境win2008+iis7.5
我试了 修改后 变成【500 - 内部服务器错误。
您查找的资源存在问题,因而无法显示。】

后台和页面都进不去了

兄弟能不能针对我的情况 麻烦您修改下适合我的代码 我是个新人小白

小跑追幸福2016 发表于 2017-2-5 11:01:29

可乐楠 发表于 2017-1-6 12:57
我试了 修改后 变成【500 - 内部服务器错误。
您查找的资源存在问题,因而无法显示。】
已经给你qq发信息了,你没回,我现在正好有时间帮你解决下

娃娃美美哒 发表于 2017-2-5 11:01:29

空间支持吗?

k16868k 发表于 2017-2-5 11:01:29

hhb121 发表于 2017-1-6 12:58
已经给你qq发信息了,你没回,我现在正好有时间帮你解决下
感谢hhb121 帮我操作解决了问题
页: [1]
查看完整版本: 伪静态设置问题 求大神