香蕉成人伊视频在线观看|学生小视频国产区|yy女主播啪啪啪视频|麻豆传播媒体APP大全免费版官网|瑜伽牲交AV|国产欧美日韩在线天堂区|白浆精品国产91
Discuz! 官方交流社區(qū)
標(biāo)題:
誰(shuí)能發(fā)一下偽靜態(tài)的文檔?
[打印本頁(yè)]
作者:
zks223366
時(shí)間:
2023-10-7 00:04
標(biāo)題:
誰(shuí)能發(fā)一下偽靜態(tài)的文檔?
誰(shuí)能發(fā)一下偽靜態(tài)的文檔?
作者:
Discuz有償服務(wù)
時(shí)間:
2023-10-7 00:35
Nginx
location / {
try_files $uri $uri/ /index.php?$query_string;
}
復(fù)制代碼
IIS
<rule name="root_location_rewrite" stopProcessing="true">
<match ignoreCase="false" url="."/>
<conditions logicalGrouping="MatchAll">
<add ignoreCase="false" input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/>
<add ignoreCase="false" input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/>
</conditions>
<action appendQueryString="true" type="Rewrite" url="index.php?{QUERY_STRING}"/>
</rule>
<rule name="default_file_rewrite" stopProcessing="true">
<match ignoreCase="false" url="^$"/>
<action appendQueryString="true" type="Rewrite" url="index.php?{QUERY_STRING}"/>
</rule>
復(fù)制代碼
歡迎光臨 Discuz! 官方交流社區(qū) (http://m.yu-jie.cn/)
Powered by Discuz! X5.0