﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Knowledgebase » Knowledgebase » PHP Plugins » Wordpress</title><generator>InstantKB.NET 2.0.4</generator><description>Knowledgebase</description><link>http://www.webhost4life.com/HostingKB/</link><webMaster>kb@webhost4life.com</webMaster><lastBuildDate>Fri, 20 Nov 2009 18:50:40 GMT</lastBuildDate><ttl>20</ttl><item><title>How to make Permalinks work on wordpress in my windows hosting plan?</title><link>http://www.webhost4life.com/HostingKB/Goto50502.aspx</link><description>Basically, Wordpress Permalink works with our servers' default settings, &lt;u&gt;provided that the /index.php/ is in the Permalink structure.&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;If you would like more customizations on Permalinks on Windows environment, please follow the below steps:&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Create a page named wp-404.php and place it in within the Wordpress installation root folderThe content of wp-404.php is shown below:&lt;br /&gt;=======================================&lt;br /&gt;&amp;lt;?&lt;br /&gt;$qs = $_SERVER['QUERY_STRING']; &lt;br /&gt;$pos = strrpos($qs, '://'); &lt;br /&gt;$pos = strpos($qs, '/', $pos + 4); &lt;br /&gt;$_SERVER['REQUEST_URI'] = substr($qs, $pos); &lt;br /&gt;$_SERVER['PATH_INFO'] = $_SERVER['REQUEST_URI']; &lt;br /&gt;include('index.php'); &lt;br /&gt;?&gt;&lt;br /&gt;=======================================&lt;/li&gt;&lt;li&gt;Set the 404 custom error page for the wordpress site to pointto wp-404.php via hosting control panel-&gt;site admin-&gt;set customerror&lt;/li&gt;&lt;li&gt;Set your own custom Permalinks structure in the Wordpress admin section&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;P.S. By applying this method, the Wordpress site cannot setup another custom error pages for 404 status code, so it is suggested to have Wordpress installed on a domain/sudomain. Install on a subfolder/virtual directory may not work.&lt;br /&gt;</description><pubDate>Sun, 23 Aug 2009 11:17:53 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>Setting up SMTP Authentication in WordPress</title><link>http://www.webhost4life.com/HostingKB/Goto50189.aspx</link><description>&lt;p&gt;&lt;font face="Arial" size="2"&gt;To enable SMTP authentication, you need to install Wordpress plugin "&lt;a target="_blank" href="http://www.marcocimmino.net/cimy-wordpress-plugins/cimy-counter/"&gt;Cimy Swift SMTP&lt;/a&gt;". If your wordpress is deployed with our Control Panel "PHP free plugin" function, &lt;/font&gt;&lt;font face="Arial" size="2"&gt;"Cimy Swift SMTP" is already deployed.&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;There is only one step:&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font face="Arial" size="2"&gt;First login to admin page of your wordpress &lt;/font&gt;(http://yourDomain/wp-admin). In admin page -&gt; setting -&gt; Cimy Swift SMTP, &lt;font face="Arial" size="2"&gt;you will see the form same as below. Enter “From Address” &lt;/font&gt;&lt;font size="2"&gt;&lt;font face="Arial"&gt;and other SMTP &lt;/font&gt;&lt;/font&gt;information.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;P.S. Ensure the inputted information is under the criteria stated in &lt;a href="KnowledgebaseArticle50103.aspx"&gt;this article&lt;/a&gt;.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;img src="/HostingKB/Uploads/Images/wp.jpg" /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description><pubDate>Wed, 17 Jun 2009 02:56:07 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>Why can't I see my Wordpress posts? All I see is Sorry, no posts match your criteria?</title><link>http://www.webhost4life.com/HostingKB/Goto50280.aspx</link><description>Clearing your browser cache and cookies may resolve this problem. If the issue cannot be resolved by clearing cache/cookie, please check your search.php and index.php template files for errors.</description><pubDate>Thu, 05 Feb 2009 17:04:41 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>What is the easiest way to install youTube videos to your wordpress blog?</title><link>http://www.webhost4life.com/HostingKB/Goto50275.aspx</link><description>If you would like to add youtube.com videos to your WordPress blog there are a few plugins you can install, but the easiest way is following the steps below:&lt;br /&gt;&lt;br /&gt;1) Disable the visual rich editor by unchecking that box under Users&gt;Your Profile.&lt;br /&gt;&lt;br /&gt;2) Paste the following text into your post, changing the link to the video you want to use:&lt;br /&gt;&lt;br /&gt;&amp;lt;embed src="http://www.youtube.com/v/ValVQNo6hPE" type="application/x-shockwave-flash" width="425" height="350"&gt;&amp;lt;/embed&gt;</description><pubDate>Thu, 05 Feb 2009 17:03:42 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>How to use the same MySQL database for more than one WordPress installation?</title><link>http://www.webhost4life.com/HostingKB/Goto50273.aspx</link><description>&lt;font size="2"&gt;&lt;font face="Arial"&gt;Please follow the steps below:&lt;br /&gt;&lt;br /&gt;1. Please open wp-config.php of the new installation&lt;br /&gt;&lt;br /&gt;2. Modify the value of the parameter "$table_prefix" to an unique value that do not exist in your current database.&lt;br /&gt;&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;</description><pubDate>Thu, 05 Feb 2009 17:01:26 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>How to move WordPress within your sites?</title><link>http://www.webhost4life.com/HostingKB/Goto50272.aspx</link><description>&lt;font size="2"&gt;&lt;font face="Arial"&gt;There are three cases and the steps are listed below:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1. URL remain same and just the folder moved&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;- Just simply move the wordpress folder to new one&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. Domain Name changed, but path not changed&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;- Please login to your blog.&lt;br /&gt;&lt;br /&gt;- Go to the Administration &gt; Settings &gt; General panel.&lt;br /&gt;&lt;br /&gt;- In the box for WordPress address (URI): change the address to the new location of your main WordPress core files.&lt;br /&gt;&lt;br /&gt;- In the box for Blog address (URI): change the address to the new location, which should match the WordPress address (URI).&lt;br /&gt;&lt;br /&gt;(Do not try to open/view your blog now!)&lt;br /&gt;&lt;br /&gt;- Delete the folder wp-content/cache.(WordPress 2.0 only)&lt;br /&gt;&lt;br /&gt;- Move your WordPress core files to the new location. This includes the files found within the original directory, such as http://example.com/wordpress, and all&lt;br /&gt;&lt;br /&gt;the sub-directories, to the new location.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;3. Domain Name and path both changed&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;- If you are using Permalinks, go to the Administration &gt; Settings &gt; Permalinks panel and update your Permalink structure to your .htaccess file, which should be in the same directory as the main index.php file.&lt;br /&gt;&lt;br /&gt;- If you have problems with missing images that you've uploaded, you need to change the path to the images on every post directly on your SQL database. &lt;/font&gt;&lt;/font&gt;&lt;br /&gt;</description><pubDate>Thu, 05 Feb 2009 16:53:06 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>How to make foreign language wordpress display properly in utf8?</title><link>http://www.webhost4life.com/HostingKB/Goto50270.aspx</link><description>&lt;font size="2"&gt;&lt;font face="Arial"&gt;1. Please login "WordPress" administration section and goto the Reading section under "Setting".&lt;br /&gt;&lt;br /&gt;2. Please modify the "Encoding for pages and feeds" to reflect the change.&lt;br /&gt;&lt;br /&gt;3. If default MySQL client does not use UTF-8 encoding, please also modify the wp-include/wp-db.php to include this line, $this-&gt;query("SET NAMES UTF8");&lt;/font&gt;&lt;/font&gt;</description><pubDate>Thu, 05 Feb 2009 15:45:42 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>How to fix "admin dashboard is a white Blank page after upgrade wordpress"?</title><link>http://www.webhost4life.com/HostingKB/Goto50269.aspx</link><description>&lt;font size="2"&gt;&lt;font face="Arial"&gt;Generally, the issue can be solved by the steps belows.&lt;br /&gt;&lt;br /&gt;1. Please locate the and edit the file wp-cache-phase2.php file in your favourite text editor(the file normally reside in "&amp;lt;domain&gt;/wp-content/plugins/wp-cache"(e.g. : domain.com/wp-content/plugins/wp-cache/wp-cache-phase2.php)&lt;br /&gt;&lt;br /&gt;2. Locate the wp_cache_ob_end function&lt;br /&gt;&lt;br /&gt;3. Then inside that function find the line with: ob_end_clean(); (it should be line 219 or about)&lt;br /&gt;&lt;br /&gt;4. Finally replace that line with: ob_end_flush(); &lt;br /&gt;&lt;/font&gt;&lt;/font&gt;</description><pubDate>Thu, 05 Feb 2009 15:08:48 GMT</pubDate><dc:creator>Mark</dc:creator></item><item><title>How do I solve the Headers already sent warning problem?</title><link>http://www.webhost4life.com/HostingKB/Goto50268.aspx</link><description>&lt;font size="2"&gt;&lt;font face="Arial"&gt;It is usually because there are spaces, new lines, or other garbage before an opening &amp;lt;?php tag or after a closing ?&gt; tag, typically in wp-config.php. &lt;br /&gt;&lt;/font&gt;&lt;/font&gt;</description><pubDate>Thu, 05 Feb 2009 14:27:26 GMT</pubDate><dc:creator>Mark</dc:creator></item></channel></rss>