Skip to content

Commit

Permalink
web.config修改
Browse files Browse the repository at this point in the history
  • Loading branch information
sgjsakura committed Dec 23, 2017
1 parent 6098396 commit 8393a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CC98.Forum/CC98.Forum/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<add input="{QUERY_STRING}" pattern="\bboardid=(\d+)" />
<add input="{QUERY_STRING}" pattern="\bpage=(\d+)" />
</conditions>
<action type="Redirect" url="/list/{C:1}/{C:2}" />
<action type="Redirect" url="/list/{C:1}/{C:2}" appendQueryString="false" />
</rule>
<rule name="List" stopProcessing="true">
<match url="^list\.asp$" />
Expand Down
2 changes: 1 addition & 1 deletion CC98.Forum/CC98.Forum/wwwroot/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<title>CC98论坛</title>
<title>CC98论坛</title>

<script>
function loadFallbackScript(condition, url) {
Expand Down

0 comments on commit 8393a61

Please sign in to comment.