Welcome to myweb

网页客服,欢迎咨询
信息
      信息
  • 圈主:admin
  • 粉丝:2 人
  • 人气:71 关注度
      联系方式
  • 电话:400-889-3333
  • 地址:广州大道102号
IIS服务器注意事项
2018-06-09 22:53:06 785
  • 收藏
  • 管理

    我们强烈推荐使用apache环境,它默认就能支持伪静态

    如果你非得要用IIS的话,IIS默认是不支持伪静态的, 表现的情况就是无法进后台.也无法访问内容页与其它相关的页面.

    这个时候,请修改服务器配置信息,使他能支持伪静态之后,再使用以下伪静态规则

     <rewrite>
     <rules>
     <rule name="OrgPage" stopProcessing="true">
     <match url="^(.*)$" />
     <conditions logicalGrouping="MatchAll">
     <add input="{HTTP_HOST}" pattern="^(.*)$" />
     <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
     <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
     </conditions>
     <action type="Rewrite" url="index.php/{R:1}" />
     </rule>
     </rules>
     </rewrite>


    上一页:会员中心如何加标签 下一页:对接小程序设置
    全部评论(0)

    先装修 后付款 干不好 不给钱

    联系电话:13915792995 @何泽华 | 湘ICP备18005351号-2