国产一级黄毛片,亚洲成av人亚洲成av人,色呦呦呦呦呦呦一级黄片,操黑丝美女小穴

地方互聯(lián)網(wǎng)創(chuàng)業(yè)交流論壇 - 框分類信息系統(tǒng)

首頁 » 框分類信息系統(tǒng) » 論壇 » 老大 這是主機(jī)屋虛擬主機(jī)的偽靜態(tài)說明,老大給弄個偽靜態(tài)我傳一下吧!
神的好孩子 - 2016/6/22 12:57:59
網(wǎng)址:http://www.zhujiwu.com/help/content.asp?id=627 
2015/3/8    
2015/3/8    

1、wordpress偽靜態(tài)規(guī)則(下載:)

新建web.config文件,添加以下代碼,保存后上傳到web根目錄中()

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="category">
<match url="category/?(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="/index.php?category_name={R:1}" appendQueryString="false" logRewrittenUrl="false" />
</rule>
<rule name="tags">
<match url="tag/?(.*)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Rewrite" url="index.php?tag={R:1}" />
</rule>
<rule name="Main Rule" stopProcessing="true">
<match url=".*" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:0}" />
</rule>
<rule name="wordpress" patternSyntax="Wildcard">
<match url="*" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule></rules>
</rewrite>
</system.webServer>
</configuration>

2.discuss論壇偽靜態(tài)規(guī)則:

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="portal_topic">
<match url="^(.*/)*topic-(.+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/portal.php\?mod=topic&amp;topic={R:2}&amp;{R:3}" />
</rule>
<rule name="portal_article">
<match url="^(.*/)*article-([0-9]+)-([0-9]+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/portal.php\?mod=view&amp;aid={R:2}&amp;page={R:3}&amp;{R:4}" />
</rule>
<rule name="forum_forumdisplay">
<match url="^(.*/)*forum-(\w+)-([0-9]+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/forum.php\?mod=forumdisplay&amp;fid={R:2}&amp;page={R:3}&amp;{R:4}" />
</rule>
<rule name="forum_viewthread">
<match url="^(.*/)*thread-([0-9]+)-([0-9]+)-([0-9]+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/forum.php\?mod=viewthread&amp;tid={R:2}&amp;extra=page%3D{R:4}&amp;page={R:3}&amp;{R:5}" />
</rule>
<rule name="group_group">
<match url="^(.*/)*group-([0-9]+)-([0-9]+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/forum.php\?mod=group&amp;fid={R:2}&amp;page={R:3}&amp;{R:4}" />
</rule>
<rule name="home_space">
<match url="^(.*/)*space-(username|uid)-(.+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/home.php\?mod=space&amp;{R:2}={R:3}&amp;{R:4}" />
</rule>
<rule name="home_blog">
<match url="^(.*/)*blog-([0-9]+)-([0-9]+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/home.php\?mod=space&amp;uid={R:2}&amp;do=blog&amp;id={R:3}&amp;{R:4}" />
</rule>
<rule name="forum_archiver">
<match url="^(.*/)*(fid|tid)-([0-9]+).html\?*(.*)$" />
<action type="Rewrite" url="{R:1}/index.php\?action={R:2}&amp;value={R:3}&amp;{R:4}" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>

新版?zhèn)戊o態(tài)文件不再是httpd.ini 保存相對應(yīng)偽靜態(tài)規(guī)則文件為web.config到根目錄中,老版本主機(jī)還是用httpd.ini

區(qū)別老版本與新版本區(qū)別,可以上傳服務(wù)器探針查看iis版本,新版iis為8.5 老版本iis為6.0


神的好孩子 - 2016/6/22 14:57:01
哦 ii7的方法適用
1
查看完整版本: 老大 這是主機(jī)屋虛擬主機(jī)的偽靜態(tài)說明,老大給弄個偽靜態(tài)我傳一下吧!
南平市| 石河子市| 西华县| 五峰| 子洲县| 宜宾市| 桐庐县| 马尔康县| 塘沽区| 青浦区| 金寨县| 湘潭县| 长寿区| 洛隆县| 甘谷县| 兴仁县| 新邵县| 广安市| 登封市| 桦南县| 朔州市| 玉门市| 沅江市| 卢龙县| 恩施市| 景宁| 罗源县| 拜城县| 茌平县| 壶关县| 平果县| 开远市| 衡水市| 长岛县| 湘阴县| 江达县| 鹤庆县| 绥阳县| 曲靖市| 蒙山县| 新干县|