wordpress如何利用Windows+IIS
配置实现伪静态,下面web建站小编给大家简单介绍一下具体代码!
配置代码如下:
<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="wordpress" patternSyntax="Wildcard"> <match url="*"/> <conditions> <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>
标签: iis配置, Windows主机, wordpress建站, 伪静态
上面是“wordpress如何利用Windows+IIS配置伪静态方法”的全面内容,想了解更多关于 wordpress 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_3689.html
workflows工作流
- 一个纸杯蛋糕ComfyUI工作流
- 一个美丽的女孩穿着花瓣做的衣服
- 一架令人难忘的美丽钢琴ComfyUI工作流
- 强大的长袍法师ComfyUI工作流
- 一颗柔和的水晶金字塔ComfyUI工作流
- 一轮月亮悬挂在树上的天空中ComfyUI工作流
- 一架受损严重的宇宙飞船内有一只猫
- 羚羊安上小白兔的门牙ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!