15158846557 在线咨询 在线咨询
15158846557 在线咨询
所在位置: 首页 > 营销资讯 > 网站运营 > windows VPS中wordpress伪静态规则

windows VPS中wordpress伪静态规则

时间:2023-06-26 07:45:02 | 来源:网站运营

时间:2023-06-26 07:45:02 来源:网站运营

windows VPS中wordpress伪静态规则:为了让windows VPS的伪静态生效,需要提前准备wordpress的伪静态脚本httpd.ini文件。

1、如果是用虚拟主机,确认是否支持rewrite伪静态httpd.ini文件
2、如果是VPS,请参考Windows VPS如何添加伪静态这篇文章,先把伪静态组件安装好。我们的目的是把程序中的动态页面链接都换成伪静态的效果,比如post.php?id=123需要换成post123.html
3、在电脑上新建一个TXT文档,复制以下内容到文档中。

[ISAPI_Rewrite]

# 3600 = 1 hour

CacheClockRate 3600

RepeatLimit 32

# Protect httpd.ini and httpd.parse.errors files

# from accessing through HTTP

# wordpress 伪静态规则

# For tag(中文标签以及标签翻页的规则)

RewriteRule /tag/(.*)/page/(/d+)$ /index/.php/tag=$1&paged=$2

RewriteRule /tag/(.+)$ /index/.php/tag=$1

# For category(中文分类以及分类翻页的规则)

RewriteRule /category/(.*)/page/(/d+)$ /index/.php/category_name=$1&paged=$2

RewriteRule /category/(.*) /index/.php/category_name=$1

# For sitemapxml

RewriteRule /sitemap.xml /sitemap.xml [L]

RewriteRule /sitemap.html /sitemap.html [L]

RewriteRule /sitemap_baidu.xml /sitemap_baidu.xml [L]

RewriteRule /favicon.ico /favicon.ico [L]

# For file-based wordpress content (i.e. theme), admin, etc.

RewriteRule /wp-(.*) /wp-$1 [L]

# For normal wordpress content, via index.php

RewriteRule ^/$ /index.php [L]

RewriteRule /(.*) /index.php/$1 [L]

保持文档后,把文档重新命名为httpd.ini,记得把扩展名.txt改成.ini

4、去WP后台设置固定链接,下面以魏艾斯博客为例子。

5、把httpd.ini文件放入网站根目录中。打开网页看到html页面就证明成功了。

转载请注明:魏艾斯博客 » windows VPS中wordpress伪静态规则

关键词:静态,规则

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭