业务经理

微信扫描以上二维码

028-61286886

技术咨询

iis的这个伪静态怎么转换啊

迅睿框架 更新 2022-08-05 16:58:44

请问iis的这个伪静态怎么转换啊,有大佬可以帮转下吗,谢谢

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !.(js|ico|gif|jpe?g|bmp|png|css)$ /index.php [NC,L]

方案

  • 罗世伟 #1 · 2022-08-05 16:18:23
    满意答案
    搜索下,iis方案很多啊
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
    
    
    <location path="." allowOverride="false" inheritInChildApplications="false">
    
        <system.webServer>
            <rewrite>
                <rules>
                    <rule name="已导入的规则 1" stopProcessing="true">
                        <match url=".(js|ico|gif|jpe?g|bmp|png|css)$" negate="true" />
                        <conditions logicalGrouping="MatchAll">
                            <add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
                            <add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
                        </conditions>
                        <action type="Rewrite" url="/index.php" />
                    </rule>
                </rules>
            </rewrite>
        </system.webServer>
     
     
    </location>
     
    </configuration>
  • #2 · 2022-08-05 16:58:44
    @罗世伟:嗯嗯啊找到了

迅睿系统漏洞

导入微信文章
导入微信文章(2026-09-15)
优化排版缺少文字情况
GEO系统
GEO系统(2026-09-15)
运营客户端,防止误触阴影处关闭对话框
独立站群系统
独立站群系统(2026-09-14)
子站独立部署时修复同步附件失败问题
在线客服
在线客服(2026-09-13)
修复删除会话报错问题 删除会话时联动删除聊天图片
在线考试竞赛系统
在线考试竞赛系统(2026-09-12)
增加投票功能 考试功能拓展 注意:更新后需要执行系统更新,更新数...
网上信箱
网上信箱(2026-09-12)
修复新版本兼容问题
GeoSeo收录宝
GeoSeo收录宝(2026-09-12)
1 优化Update.php文件,解决版本在线升级不完整问题 2 ...
GeoSeo工具箱
GeoSeo工具箱(2026-09-11)
修正历史记录推送
微信系统
微信系统(2026-09-11)
增加数据统计总览界面 账号管理增加服务和公众号的区别 菜单管理支持更...
答题系统
答题系统(2026-09-11)
一站式在线答题系统,支持真题考试、题库练习和错题本,适合培训、考证、...