IIS6伪静态配置(wordpress固定链接) 二维码
212
在Win2003+IIS6环境下支持WordPress的固定连接 1.安装ISAPI_Rewrite
2.在网站根目录新建文件httpd.ini,输入以下内容并保存: [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?0?2 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]
文章分类:
伪静态
以信载商,良心建站。遨游始终秉承“一次建站、终身维护”的宗旨,竭诚为客户提供最优质的互联网服务。遨游建站率先植入seo优化理念,让你的网页更利于搜索引擎抓取,关键词排名更靠前。可仿站、可定制。无论是传统型企业官网、集团型品牌官网,还是营销型网站、电商型网站、定制型网站、特殊行业网站(医疗、教育),全部搞定。 公司:网站建设_小程序设计_竞价托管代运营公司;邮箱:1013601535@qq.com 手机:17073547034;QQ: 1013601535 在线留言咨询,24小时内回复
我想咨询 *
企业名称
手机号码 *
尊姓大名
我的位置 提交 |
|