WordPress去掉index.php

Update:2011-12-9 Comments: 10 Views:836

看到很多网站的WordPress的固定连接有一个index.php的,那么可以猜测他/她是使用window主机来的,之前有一些网友也问过我怎么去掉这个,无奈我自己没有使用过,也不知道具体那种方法行得通,只能叫他自己谷歌去,今天在知更鸟那里看到一篇“WordPress去掉win主机链接中index.php”,下面与大家分享如何去掉这个讨人厌的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是不是消失了。

版权所有,转载请注明出处。
原创:Wordpress主题吧 链接: http://www.wpbars.com/remove-wordpress-index-php/
编辑: wpbars主题吧 分享到: 转播到腾讯微博

相关搜索

在下列搜索引擎中查找关于“WordPress去掉index.php”的信息

谷歌搜索百度搜索搜狗搜索搜搜搜索 雅虎搜索有道搜索

10 个主题帖 其中:热心观众:6 个, 管理员:4 个

  1. 陌凡 沙发

    哈哈,不错,待会试试

  2. 哥特复兴 板凳

    很好。。学习了

  3. 唯美图片 地板

    收藏了。有时间去试试

  4. 特特 4楼

    个人感觉没有必要

  5. 婚纱摄影 5楼

    申请友情链接 http://www.boke999.com 蒋毅婚纱摄影博客

  6. 柏翠面包机 6楼

    wordpress 还是要用Linux主机好些

/ 快捷键:Ctrl+Enter