zheyer
V2EX  ›  问与答

关于网站伪静态的问题?

  •  
  •   zheyer · Jun 12, 2014 · 3332 views
    This topic created in 4358 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   ·   5339 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 51ms · UTC 06:47 · PVG 14:47 · LAX 23:47 · JFK 02:47
    ♥ Do have faith in what you're doing.