zheyer
V2EX  ›  问与答

关于网站伪静态的问题?

  •  
  •   zheyer · Jun 12, 2014 · 3380 views
    This topic created in 4390 days ago, the information mentioned may be changed or developed.
    http://zhuangbox.com/index_5.html 这是什么情况?

    web.config文件:<?xml version="1.0" encoding="UTF-8"?>
    <configuration>
    <system.webServer>
    <rewrite>
    <rules>
    <rule name="Rewrite to show.php">
    <match url="^show/([0-9]+).html" />
    <action type="Rewrite" url="show.php?tid={R:1}" />
    </rule>
    <rule name="Rewrite to index.php">
    <match url="^index_([0-9]+).html" />
    <action type="Rewrite" url="index.php?p={R:1}" />
    </rule>
    </rules>
    </rewrite>


    </system.webServer>
    </configuration>
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   837 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 20:25 · PVG 04:25 · LAX 13:25 · JFK 16:25
    ♥ Do have faith in what you're doing.