QQ咨询不加好友发不了信息,咨询前先加好友! → QQ:820896380 ×

win主机搭建wordpress去掉链接中的index.php

wordpress 从来未用过WIN主机,所以对这个链接中的index.php问题也没什么研究,今天帮别人弄了一下,还是很简单,作下记录方便有同样问题的童鞋查询。 打开记事本,把下面代码粘贴进去: [ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 Repe...
win主机搭建wordpress去掉链接中的index.php
wordpress

从来未用过WIN主机,所以对这个链接中的index.php问题也没什么研究,今天帮别人弄了一下,还是很简单,作下记录方便有同样问题的童鞋查询。

打开记事本,把下面代码粘贴进去:

[ISAPI_Rewrite]
# 3600 = 1 hour
CacheClockRate 3600
RepeatLimit 32
# Protect httpd.ini and httpd.parse.errors files
# from accessing through HTTP
# Rules to ensure that normal content gets through
RewriteRule /sitemap.xml /sitemap.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

将这个httpd.ini文件上传到WP程序所在的目录也就是与index.php在同一个目录内。

之后进入WP后台修改固定链接,比如:/%category%/%post_id%.html

刷新博客首页,打开文章链接看看链接地址中的index.php是不是消失了。

给TA打赏
共{{data.count}}人
人已打赏
wordpress教程

WordPress仪表盘怎么删除,移除仪表盘

2023-2-16 23:45:17

wordpress教程

怎么删除WordPress的健康状态功能?

2023-2-16 23:45:19

个人中心
购物车
优惠劵
有新私信 私信列表
搜索