<?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>www.pokeroconnor.com &#187; Wordpress</title>
	<atom:link href="http://www.pokeroconnor.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pokeroconnor.com</link>
	<description></description>
	<lastBuildDate>Thu, 25 Mar 2010 22:56:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress site redirect</title>
		<link>http://www.pokeroconnor.com/wordpress-site-redirect/</link>
		<comments>http://www.pokeroconnor.com/wordpress-site-redirect/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 18:01:51 +0000</pubDate>
		<dc:creator>PokerOConnor</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.pokeroconnor.com/?p=297</guid>
		<description><![CDATA[I had the following problem lately: I added the typical rules to htaccess to redirect example.com/anything to www.example.com/anything, e.g.
 
RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule (.*)$ http://www.example.com/$1 [L,NC,R=301]
 
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

But when I went to example.com I got infinite redirects&#8230;reason being I had the siteurl field in the wp_options table [...]]]></description>
			<content:encoded><![CDATA[<p>I had the following problem lately: I added the typical rules to htaccess to redirect example.com/anything to www.example.com/anything, e.g.</p>
<p><code> </code></p>
<p><code>RewriteEngine On</code></p>
<p><code>RewriteCond %{HTTP_HOST} ^example.com [NC]<br />
RewriteRule (.*)$ http://www.example.com/$1 [L,NC,R=301]</code></p>
<p><code> </code></p>
<p><code>RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p></code></p>
<p>But when I went to example.com I got infinite redirects&#8230;reason being I had the siteurl field in the wp_options table of the database set to http://example.com.</p>
<p>So, you need to change that to http://<strong>www</strong>.example.com, and <strong>also edit wp-config.php</strong> as follows:<br />
<code><br />
define('WP_HOME','http://www.example.com');<br />
define('WP_SITEURL','http://www.example.com');</code></p>
<p>That should be it -<a href="http://codex.wordpress.org/Changing_The_Site_URL"> see here if not</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pokeroconnor.com/wordpress-site-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Helpers</title>
		<link>http://www.pokeroconnor.com/wordpress-helpers/</link>
		<comments>http://www.pokeroconnor.com/wordpress-helpers/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 23:05:31 +0000</pubDate>
		<dc:creator>PokerOConnor</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pokeroconnor.com/?p=23</guid>
		<description><![CDATA[Here&#8217;s some useful Wordpress stuff &#8211; let&#8217;s get the ball rolling:

WordPress Developer&#8217;s Toolbox &#124; Developer&#8217;s Toolbox &#124; Smashing Magazine
Notepad Chaos: A Free Wordpress Theme &#124; Freebies &#124; Smashing Magazine
Lightbox 2.0 for WordPress
Bluesome &#124; Exec-PHP plugin for WordPress
Collapsable, Foldable, Expandable Page Menus for Wordpress: The Fold Page List Plugin
WordPress › SMS Text Message « WordPress Plugins
WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some useful Wordpress stuff &#8211; let&#8217;s get the ball rolling:</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2008/09/15/wordpress-developers-toolbox/">WordPress Developer&#8217;s Toolbox | Developer&#8217;s Toolbox | Smashing Magazine</a></li>
<li><a href="http://www.smashingmagazine.com/2008/08/20/notepad-chaos-a-free-wordpress-theme/">Notepad Chaos: A Free Wordpress Theme | Freebies | Smashing Magazine</a></li>
<li><a href="http://zeo.unic.net.my/notes/lightbox2-for-wordpress/">Lightbox 2.0 for WordPress</a></li>
<li><a href="http://bluesome.net/post/2005/08/18/50/">Bluesome | Exec-PHP plugin for WordPress</a></li>
<li><a href="http://www.webspaceworks.com/resources/wordpress/30/">Collapsable, Foldable, Expandable Page Menus for Wordpress: The Fold Page List Plugin</a></li>
<li><a href="http://wordpress.org/extend/plugins/sms-text-message/">WordPress › SMS Text Message « WordPress Plugins</a></li>
<li><a href="http://wordpress.org/extend/plugins/nextgen-gallery/">WordPress › NextGEN Gallery « WordPress Plugins</a></li>
<li><a href="http://thezengeek.com/index.php/computers/zen-geek-tip-of-the-day-how-to-add-google-analytics-code-to-wordpress/">Adding google analytic trackers to Wordpress installs</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pokeroconnor.com/wordpress-helpers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
