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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[使用] 我的伪静态问题,至今未得到官方答复

[复制链接]
chntsc 发表于 2011-2-23 11:03:10 | 显示全部楼层 |阅读模式
BUG反馈
浏览器: IE10 
BUG地址: http://vip.wxdcw.com/store-1.html
测试密码:
BUG截图: -
测试用户名: -
编码错误别人反应过了,我就不说了
我现在头疼的是伪静态
http://vip.wxdcw.com/store-1.html

不管你点击导航什么链接,都是一样

http://vip.wxdcw.com/store-4-intro.html

http://vip.wxdcw.com/store-4-album.html

IIS7

我的规则是这样的

        <rewrite>
            <rules>
                <rule name="Store">
                    <match url="^(.*/)*store-(.+).html\?*(.*)$" />
                    <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&amp;{R:3}" />
                </rule>
                <rule name="Store id">
                    <match url="^(.*/)*store-([0-9]+)-([a-z]+).html\?*(.*)$" />
                    <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&amp;action={R:3}&amp;{R:4}" />
                </rule>
                <rule name="Store xid">
                    <match url="^(.*/)*store-([0-9]+)-([a-z]+)-([0-9]+).html\?*(.*)$" />
                    <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&amp;action={R:3}&amp;xid={R:4}&amp;{R:5}" />
                </rule>
                <rule name="Store catid">
                    <match url="^(.*/)*store-([0-9]+)-([a-z]+)-catid-([0-9]+).html\?*(.*)$" />
                    <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&amp;action={R:3}&amp;catid={R:4}&amp;{R:5}" />
                </rule>
                <rule name="Street catid">
                    <match url="^(.*/)*street-([0-9]+).html\?*(.*)$" />
                    <action type="Rewrite" url="{R:1}/street.php\?catid={R:2}&amp;{R:3}" />
                </rule>
                <rule name="Street tagid">
                    <match url="^(.*/)*street-([0-9]+)-([0-9]+).html\?*(.*)$" />
                    <action type="Rewrite" url="{R:1}/street.php\?catid={R:2}&amp;tagid={R:3}&amp;{R:4}" />
                </rule>
            </rules>
        </rewrite>

 楼主| chntsc 发表于 2011-2-23 11:03:36 | 显示全部楼层
  1.         <rewrite>
  2.             <rules>
  3.                 <rule name="Store">
  4.                     <match url="^(.*/)*store-(.+).html\?*(.*)$" />
  5.                     <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&amp;{R:3}" />
  6.                 </rule>
  7.                 <rule name="Store id">
  8.                     <match url="^(.*/)*store-([0-9]+)-([a-z]+).html\?*(.*)$" />
  9.                     <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&amp;action={R:3}&amp;{R:4}" />
  10.                 </rule>
  11.                 <rule name="Store xid">
  12.                     <match url="^(.*/)*store-([0-9]+)-([a-z]+)-([0-9]+).html\?*(.*)$" />
  13.                     <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&amp;action={R:3}&amp;xid={R:4}&amp;{R:5}" />
  14.                 </rule>
  15.                 <rule name="Store catid">
  16.                     <match url="^(.*/)*store-([0-9]+)-([a-z]+)-catid-([0-9]+).html\?*(.*)$" />
  17.                     <action type="Rewrite" url="{R:1}/store.php\?id={R:2}&amp;action={R:3}&amp;catid={R:4}&amp;{R:5}" />
  18.                 </rule>
  19.                 <rule name="Street catid">
  20.                     <match url="^(.*/)*street-([0-9]+).html\?*(.*)$" />
  21.                     <action type="Rewrite" url="{R:1}/street.php\?catid={R:2}&amp;{R:3}" />
  22.                 </rule>
  23.                 <rule name="Street tagid">
  24.                     <match url="^(.*/)*street-([0-9]+)-([0-9]+).html\?*(.*)$" />
  25.                     <action type="Rewrite" url="{R:1}/street.php\?catid={R:2}&amp;tagid={R:3}&amp;{R:4}" />
  26.                 </rule>
  27.             </rules>
  28.         </rewrite>
复制代码
回复

使用道具 举报

 楼主| chntsc 发表于 2011-2-23 11:06:12 | 显示全部楼层
我反应这个问题至少一个月了
回复

使用道具 举报

♂亮亮 发表于 2011-2-23 12:09:32 | 显示全部楼层
回复

使用道具 举报

 楼主| chntsc 发表于 2011-2-24 01:08:32 | 显示全部楼层
(EM:163:)
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-10 12:02 , Processed in 0.030486 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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