wordpress 编辑php.ini,win主机使用php.ini实现wordpress伪静态

本文介绍了如何在Windows服务器上使用IIS6.0为WordPress设置伪静态。首先确认主机商支持IISRewrite组件,然后创建php.ini文件,添加特定的重写规则。将php.ini文件上传至网站根目录,并在WordPress后台设置固定链接。虽然推荐使用Linux+Apache环境,但此方法为Windows用户提供了方便。
摘要由CSDN通过智能技术生成

使用以下方法对win空间下的wordpress设置伪静态前,请先询问主机商是否支持伪静态(IIS Rewrite 组件),这个是IIS6.0下最新的wordpress伪静态规则。

win主机wordpress伪静态规则:(以下涉及的代码采自互联网)

1.创建一个php.ini文件(创建一个txt文件,然后得命名为php,更改.txt的后缀为.ini),然后添加下面的代码:[ISAPI_Rewrite]

# Defend your computer from some worm attacks

#RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]

# 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 /tag/(.*) /index\.php\?tag=$1

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

RewriteRule /images/(.*) /images/$1 [L]

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]

2.保存后,把php.ini文件上传到网站根目录,然后登陆wordpress博客后台,在设置——固定链接中的自定义结构设置url形式即可。

提醒:要想使用wordpress程序建站的站长,最好还是选择linux+apache结构搭建的主机或用来搭配服务器环境,因为可以省下不少麻烦。

Wordpress下载:

软件大小:5.77MB

软件类别:国外软件 | 博客系统

软件语言:多国语言

运行环境:PHP/Mysql

软件授权:开源软件

更新时间:2012-12-1 12:31:54

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值