V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
• 请不要在回答技术问题时复制粘贴 AI 生成的内容
a7898585
V2EX  ›  程序员

求教 ISAPI 问题

  •  
  •   a7898585 · Apr 15, 2014 · 3820 views
    This topic created in 4408 days ago, the information mentioned may be changed or developed.
    安装了ISAPI_Rewrite3的完整破解版,然后用htaccess做反代.
    首页能正常打开,首页中的链接自动的生成了我自己域名的网址,但是点击打开以后发现不管是到哪个链接去都还是首页的内容.地址栏中的网址是点击以后的内容的也网址,但是内容还是首页的内容
    htaccess的内容如下

    RewriteEngine on
    RewriteBase /
    RewriteCond $1 ^(index\.php)?$ [OR]
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^(.*)$ - [S=1]
    RewriteRule . /index.php [L]

    在linux中这个htaccess是可以正常使用的
    另外ISAPI的error.log中显示以下内容
    [2014-4-15 14:06:59] ISAPI Filter loaded. Version 3.1.0.75. Windows 5.2 (Build 3790 ServicePack:2) ProductType SERVER. CPU type INTEL NumberOfProcessors 1.

    各种百度谷歌仍未找到解决办法,求教一下知道的童鞋
    6 replies    1970-01-01 08:00:00 +08:00
    a7898585
        1
    a7898585  
    OP
       Apr 15, 2014
    - -
    tangzx
        2
    tangzx  
       Apr 15, 2014 via iPhone
    这么古老的技术都被你挖出来虐,好残暴
    a7898585
        3
    a7898585  
    OP
       Apr 15, 2014
    @tangzx 是被虐
    bobopu
        4
    bobopu  
       Apr 15, 2014 via Android
    这玩意过时了。
    min
        5
    min  
       Apr 15, 2014
    破解。。。
    a7898585
        6
    a7898585  
    OP
       Apr 15, 2014
    @bobopu 为毛过时的玩意我百度不到完整的教程
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3879 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 46ms · UTC 04:46 · PVG 12:46 · LAX 21:46 · JFK 00:46
    ♥ Do have faith in what you're doing.