<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>I&#039;d Rather Be Writing &#187; wp-config</title>
	<atom:link href="http://idratherbewriting.com/tag/wp-config/feed/" rel="self" type="application/rss+xml" />
	<link>http://idratherbewriting.com</link>
	<description>The Latest Trends in Technical Communication</description>
	<lastBuildDate>Fri, 10 Feb 2012 23:59:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress Tip: Making Your WP-CONFIG File Secure</title>
		<link>http://idratherbewriting.com/2010/09/14/wordpress-tip-making-your-wp-config-file-secure/</link>
		<comments>http://idratherbewriting.com/2010/09/14/wordpress-tip-making-your-wp-config-file-secure/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 05:18:33 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Newsletter]]></category>
		<category><![CDATA[wp-config]]></category>

		<guid isPermaLink="false">http://idratherbewriting.com/?p=7532</guid>
		<description><![CDATA[A lot of people don&#8217;t realize that they&#8217;re missing unique authentication keys in their WordPress&#8217;s wp-config.php file. These unique authentication keys will help keep your WordPress site more secure. In this screencast, I show you how to add the necessary authentication keys. http://www.youtube.com/watch?v=eKqXDV5gJEo Blog Sponsors Webworks ePublisher Scriptorium Help Generator help authoring software Southern Polytechnic: Information Design and Communication Simplified English MindTouch]]></description>
			<content:encoded><![CDATA[<p>A lot of people don&#8217;t realize that they&#8217;re missing unique authentication keys in their WordPress&#8217;s wp-config.php file. These unique authentication keys will help keep your WordPress site more secure. In this screencast, I show you how to add the necessary authentication keys. </p>
<p>http://www.youtube.com/watch?v=eKqXDV5gJEo<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/madpak/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=MadPak"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2010/09/14/wordpress-tip-making-your-wp-config-file-secure/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Your WordPress Site Can Get Hacked If You Don&#8217;t Have This</title>
		<link>http://idratherbewriting.com/2009/05/26/your-wordpress-site-can-get-hacked-if-you-dont-have-this/</link>
		<comments>http://idratherbewriting.com/2009/05/26/your-wordpress-site-can-get-hacked-if-you-dont-have-this/#comments</comments>
		<pubDate>Wed, 27 May 2009 01:00:54 +0000</pubDate>
		<dc:creator>Tom Johnson</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[hacked]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security phrases]]></category>
		<category><![CDATA[site hacked]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp-config]]></category>

		<guid isPermaLink="false">http://www.idratherbewriting.com/?p=3591</guid>
		<description><![CDATA[I helped another person whose WordPress site was hacked this weekend. I&#8217;ve noticed a trend about sites that get hacked. Most of the people installed their WordPress blog either long ago, before the right security phrases were included in the wp-config.php file, or they installed WordPress through an auto-installer that didn&#8217;t insert the right security phrases. The wp-config.php file is the key file that contains ... <a href="http://idratherbewriting.com/2009/05/26/your-wordpress-site-can-get-hacked-if-you-dont-have-this/">more &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I helped another person whose WordPress site was hacked this weekend. I&#8217;ve noticed a trend about sites that get hacked. Most of the people installed their WordPress blog either long ago, before the right security phrases were included in the wp-config.php file, or they installed WordPress through an auto-installer that didn&#8217;t insert the right security phrases.</p>
<p>The wp-config.php file is the key file that contains your database name and password. It&#8217;s the file that makes the WordPress files talk with your MySQL database, where all your posts and pages are stored. wp-config.php has also been upgraded with stronger security phrases over the past couple of years.</p>
<p>If you have a self-hosted WordPress site, FTP into your root directory and download the wp-config.php file. Then download the latest copy of WordPress from <a href="http://wordpress.org" target="_blank">WordPress.org</a> and compare the wp-config-sample.php file in the WordPress download with your version of wp-config.php. After the database, username, and password details, there should be a section of security phrases that looks as follows: <span id="more-3591"></span></p>
<blockquote><p>* Change these to different unique phrases!<br />
* You can generate these using the {@link <a href="https://api.wordpress.org/secret-key/1.1/" target="_blank">https://api.wordpress.org/secret-key/1.1/</a> WordPress.org secret-key service}<br />
*<br />
* @since 2.6.0<br />
*/<br />
define (&#8216;AUTH_KEY&#8217;, &#8216;put your unique phrase here&#8217;);<br />
define (&#8216;SECURE_AUTH_KEY&#8217;, &#8216;put your unique phrase here&#8217;);<br />
define (&#8216;LOGGED_IN_KEY&#8217;, &#8216;put your unique phrase here&#8217;);<br />
define (&#8216;NONCE_KEY&#8217;, &#8216;put your unique phrase here&#8217;);</p></blockquote>
<p>If you don&#8217;t have these security phrases, just go to the URL provided and the site will automatically generate random, difficult strings for each of the security phrases. Paste the phrases into your file.</p>
<p><strong>Note: </strong>Even if you have the latest version of WordPress (2.7.1), if you&#8217;ve been upgrading for the last couple of years, you might have omitted upgrading the wp-config.php file, since the upgrade instructions say to leave it alone. If so, check to see if you have all the security phrases in there.</p>
<p>I&#8217;m sure there are dozens of ways to hack a WordPress site, but certainly not having these security phrases puts your site at risk.</p>
<p><strong>Caution:</strong> While you&#8217;re editing the wp-config.php file, make sure you don&#8217;t have any extra spaces at the bottom of the file. For some reason, if you have even one extra space at the bottom, you&#8217;re site will show an error about retrieving &#8220;headers already sent.&#8221; Also, if you add the character code enforcement at the top, you may suddenly see funny characters in your site where apostrophes and other character marks appear. Enforcing a character set is optional.<br />
<h2>Blog Sponsors</h2>
<ul>
<li><a href="http://webworks.com">Webworks ePublisher</a></li>
<li><a href="http://scriptorium.com">Scriptorium</a></li>
<li><a href="http://www.helpgenerator.com">Help Generator help authoring software</a></li>
<li><a href="http://idc.spsu.edu">Southern Polytechnic: Information Design and Communication</a></li>
<li><a href="http://simplifiedenglish.net">Simplified English</a></li>
<li><a href="http://info.mindtouch.com/irbw/tcs-custom-tour?persona=content">MindTouch</a></li>
<li><a href="http://www.madcapsoftware.com/products/madpak/overview.aspx?utm_source=IdRatherBeWriting&#038;utm_medium=Banner&#038;utm_campaign=MadPak"</a>Madcap Software</a></li>
<li><a href="http://www.drexplain.com/">Dr.Explain</a> </li>
<li><a href="http://www.adobe.com/products/technicalcommunicationsuite/try.html?sdid=ITRSO">Adobe Technical Communication Suite</a></li>
<li><a href="http://www.congree.com/en/download-congree-personal-edition.aspx">Congree</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://idratherbewriting.com/2009/05/26/your-wordpress-site-can-get-hacked-if-you-dont-have-this/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

