<?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>Bo Wu&#039;s IT Lab &#187; Wordpress</title>
	<atom:link href="http://www.bowu.org/category/open-source/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bowu.org</link>
	<description>If winter comes, can spring be far behind?</description>
	<lastBuildDate>Thu, 29 Dec 2011 18:09:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>WordPress in Ubuntu 9.10 can&#8217;t be visited from Network</title>
		<link>http://www.bowu.org/system-administration/linux/ubuntu/wordpress-in-ubuntu-9-10.html</link>
		<comments>http://www.bowu.org/system-administration/linux/ubuntu/wordpress-in-ubuntu-9-10.html#comments</comments>
		<pubDate>Sat, 03 Apr 2010 18:55:38 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bowu.org/?p=145</guid>
		<description><![CDATA[You have two options to install WordPress in Ubuntu 9.10. The first option is to download and install WordPress manually. If you are in a shared web hosting environment, you have to do this way. The second option is to install it from the Ubuntu&#8217;s repository. If you are the root, you can just type: [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Wordpress" src="http://logolitic.com/wp-content/uploads/2009/10/wordpress.jpg" alt="wordpress Wordpress in Ubuntu 9.10 cant be visited from Network" width="180" height="180" /></p>
<p>You have two options to install WordPress in Ubuntu 9.10.  The first option is to download and install WordPress manually.  If you are in a shared web hosting environment, you have to do this way.</p>
<p>The second option is to install it from the Ubuntu&#8217;s repository.  If you are the root, you can just type:</p>
<p>apt-get install wordpress</p>
<p>Everything will be installed and configured automatically for you.</p>
<p>However, you need to change following configuration manually, otherwise the WordPress can only be visited at your local host, like http://localhost/wordpress/.  If you visit it from network, like http://your_ip_address/wordpress, you will get an error.</p>
<p>You can solve it as following:</p>
<p>cd /etc/wordpress/</p>
<p>sudo cp config-localhost.php config-newhostname.php</p>
<p>sudo chown www-data config-newhostname.php</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bowu.org/system-administration/linux/ubuntu/wordpress-in-ubuntu-9-10.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>500 Internal Server Error &amp; Some Plugins Not Working</title>
		<link>http://www.bowu.org/open-source/wordpress/500-internal-server-error-some-plugins-not-working.html</link>
		<comments>http://www.bowu.org/open-source/wordpress/500-internal-server-error-some-plugins-not-working.html#comments</comments>
		<pubDate>Tue, 30 Mar 2010 22:38:13 +0000</pubDate>
		<dc:creator>bo</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.bowu.org/?p=206</guid>
		<description><![CDATA[When I upgraded the WordPress to 2.9.2 and enabled the Akismet plugin, I got 500 Internal Server Error. The reason is some WordPress 2.9.2 and some plugins need PHP 5. So, I solved the problem by adding Type and Handler for PHP 5 in the .htaccess file at the WordPress Root Directory. My .htaccess file [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bowu.org/wp-content/uploads/2010/03/500-internal-server-error.png"><img class="alignnone size-full wp-image-241" title="500-internal-server-error" src="http://www.bowu.org/wp-content/uploads/2010/03/500-internal-server-error.png" alt="500 internal server error 500 Internal Server Error & Some Plugins Not Working" width="329" height="283" /></a></p>
<p>When I upgraded the WordPress to 2.9.2 and enabled the Akismet plugin, I got 500 Internal Server Error.  The reason is some WordPress 2.9.2 and some plugins need PHP 5.  So, I solved the problem by adding Type and Handler for PHP 5 in the .htaccess file at the WordPress Root Directory.</p>
<p>My .htaccess file looks as following:</p>
<p>AddType x-mapp-php5 .php<br />
AddHandler x-mapp-php5 .php</p>
<p># BEGIN WordPress</p>
<p>RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]</p>
<p># END WordPress</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bowu.org/open-source/wordpress/500-internal-server-error-some-plugins-not-working.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
