<?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>Russell and Associates - Forum &#187; wordpress</title>
	<atom:link href="http://www.randaweb.com/forum/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randaweb.com/forum</link>
	<description>Marketing, Management, Software Development Opinions and Advice</description>
	<lastBuildDate>Mon, 27 Jun 2011 00:12:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>WordPress Permalink break &#8211; created then resolved</title>
		<link>http://www.randaweb.com/forum/wordpress-2/wordpress-permalink-break-created-then-resolved/</link>
		<comments>http://www.randaweb.com/forum/wordpress-2/wordpress-permalink-break-created-then-resolved/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 00:13:18 +0000</pubDate>
		<dc:creator>Vic Russell</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[customize]]></category>
		<category><![CDATA[link rot]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.randaweb.com/forum/?p=275</guid>
		<description><![CDATA[Permalink change resulted in unresolvable links and no post page view.]]></description>
			<content:encoded><![CDATA[<p><strong>Changing the WordPress Permalink structure of your website to something that is SEO friendly</strong> is something you may want to do &#8211; using the default ?id=1234 method is not reflective of your page content.  <em>How</em> you go about making the change to your Permalink format is critical.</p>
<p>I had already changed the WordPress Permalinks to <span style="color: #0000ff;">/year/month/post-name/</span> format.  I wanted additional SEO alignment by updating to  <span style="color: #0000ff;">/category/post-name/</span> <span style="color: #008000;">[NOTE: the 'category' will be the first/lower one checked for that article if there are more than 1 category used]</span>.</p>
<p>To initially make the change, I changed the WordPress Permalink structure to <span style="color: #0000ff;">/%category%/%postname%/</span> using the form field on the following admin page:</p>
<pre><span style="color: #0000ff;">http://your.domain.com/worpress/path<code>/<strong>wp-admin/options.php</strong></code></span></pre>
<p><em>Once I made the change, I could no longer access any post page</em> &#8211; they appeared on the main blog page (home page), but when I clicked any post-link, I received a &#8216;post not found&#8217; error.</p>
<p><span style="color: #ff0000;">THEREFORE, Please<strong> Do Not Use</strong> the above page to change your WordPress Permalink structure</span> -</p>
<p><strong>DO use the admin dashboard -&gt; Settings -&gt; Permalink page only to change the format of your Permalinks.<br />
</strong></p>
<p>Here is a link to the article that will give a very good explanation on what to do if your Permalinks are messed up:</p>
<p><a href="http://wordpress.org/support/topic/plugin-advanced-permalinks-cannot-open-old-posts">http://wordpress.org/support/topic/plugin-advanced-permalinks-cannot-open-old-posts</a></p>
<p>Thank you,</p>
<p>Vic</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randaweb.com/forum/wordpress-2/wordpress-permalink-break-created-then-resolved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Management Systems using PHP</title>
		<link>http://www.randaweb.com/forum/uncategorized/content-management-systems-using-php/</link>
		<comments>http://www.randaweb.com/forum/uncategorized/content-management-systems-using-php/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 03:57:23 +0000</pubDate>
		<dc:creator>Vic Russell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[concrete5]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[mambo]]></category>
		<category><![CDATA[media wiki]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php cms]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.randaweb.com/forum/?p=51</guid>
		<description><![CDATA[Been testing multiple PHP CMS systems these past weeks.  Joomla, WordPress, Mambo, MediaWiki, and Concrete5.  They are all capable systems, they all have their quirks, and have performance issues on my development system.]]></description>
			<content:encoded><![CDATA[<p>Been testing multiple PHP CMS systems these past  weeks.  Joomla, WordPress, Mambo, MediaWiki, and Concrete5.  They are all capable systems, they all have their quirks, and have performance issues on my development system.</p>
<pre>This dev system is an AMD Duron 1.8 GHz with 512MB of RAM  running Fedora Core 9 with the LAMP stack, and Apache  Tomcat5 Java app server.</pre>
<p>The one interesting difference is the administrator modules.  Adding content is a breeze in Mambo, with granular control over most content attributes.</p>
<ul>
<li><strong><span style="color: #0000ff;"><a title="Mediawiki" href="http://www.mediawiki.org/wiki/" target="_blank">MediaWiki</a>: </span></strong>This is the software that powers <a title="Wikipedia" href="www.wikipedia.org" target="_blank">Wikipedia</a>. It is powerful, extensible, and is what it claims to be &#8211; a wiki engine.   I guess it could be a CMS, but I am debating using this for general site management functionality with so many more powerful CMS platforms to choose from.</li>
<li><strong>Pros</strong>: A very powerful wiki platform that runs on any platform that supports MySQL and PHP.</li>
<li><strong>Cons</strong>: Having to edit the .php file that contains constants to result in changes to the pages.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.randaweb.com/forum/uncategorized/content-management-systems-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

