<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>本本导购网 &#187; wordpress</title>
	<atom:link href="http://www.benbendaogou.top/archives/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.benbendaogou.top</link>
	<description>2020年最热门的笔记本电脑推荐和导购</description>
	<lastBuildDate>Mon, 10 Apr 2023 09:18:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>wordpress安装之后wp-login.php登陆页面出现问题</title>
		<link>http://www.benbendaogou.top/archives/817.html</link>
		<comments>http://www.benbendaogou.top/archives/817.html#comments</comments>
		<pubDate>Wed, 23 May 2012 11:25:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.benbendaogou.com/?p=817</guid>
		<description><![CDATA[在参照wordpress的五分钟安装法，成功安装之后，在首页点登陆，进入登陆页面，出现以下问题： Warning: Cannot modify header information – headers already sent by (output started at D:\inetpub\vhosts\wwencai.com\httpdocs\wp-config.php:1) in D:\inetpub\vhosts\wwencai.com\httpdocs\wp-login.php on line 353 Warning: Cannot modify header information – headers already sent by (output started at D:\inetpub\vhosts\wwencai.com\httpdocs\wp-config.php:1) in D:\inetpub\vhosts\wwencai.com\httpdocs\wp-login.php on line 365 wwencai'BLOG 遇到这个问题真是让人头大，上论坛，百度，google了好久，实验了好几个方法才解决。在这里给遇到同样问题的分享下。 解决问题其实很简单的： (output started at D:\inetpub\vhosts\wwencai.com\httpdocs\wp-config.php:1) 在FTP上把这个文档wp_config.php 下载下来，另存为一遍，另存为的时候编码格式改成ANSI ，然后上传的服务器，覆盖原来的文件。重新打开页面，是不是已经显示 正常了。转载自：http://wwencai.com/?p=7 非常感谢这位网友的文章，查了一天终于看到这篇文章解决了问题。 声明: 本文采用 BY-NC-SA 协议进行授权 [...]]]></description>
		<wfw:commentRss>http://www.benbendaogou.top/archives/817.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何修改.htaccess实现WordPress 301重定向</title>
		<link>http://www.benbendaogou.top/archives/801.html</link>
		<comments>http://www.benbendaogou.top/archives/801.html#comments</comments>
		<pubDate>Mon, 21 May 2012 15:28:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[电脑网络]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.benbendaogou.com/?p=801</guid>
		<description><![CDATA[我们经常需要使用 301 重定向进行SEO、PR 值传递和网址转换等，通常包括域名对域名，目录对目录和一个独立网址对另一个独立网址的重定向。实现301重定向主要通过修改.htaccess来实现， 在设置 301 重定向之前务必备份相应目录下的.htaccess文件。 1.重定向domain.com到www.domain.com 这种重定向旨在使域名唯一，是网站SEO必须要做的，后面重定向www.domain.com到domain.com也是出于同样的原因，只是形式不同。 打开.htaccess文件，加入以下规则。(下面的规则是针对主域名的，子域名要修改) RewriteEngine On RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301] 2.重定向www.domain.com到domain.com RewriteEngine On RewriteCond %{HTTP_HOST} !^domain.com$ [NC] RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301] 3.重定向olddomain.com到www.newdomain.com RewriteEngine On RewriteCond %{HTTP_HOST} !olddomain.com$ [NC] RewriteRule ^(.*)$ http://www.newdomain.com/$1 [L,R=301] 4.重定向olddomain.com to newdomain.com RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !olddomain.com$ [NC] RewriteRule ^(.*)$ [...]]]></description>
		<wfw:commentRss>http://www.benbendaogou.top/archives/801.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
