<?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>Problem With Solutions &#187; Knowledge</title>
	<atom:link href="http://www.bestdesigns.co.in/blog/category/knowledge/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestdesigns.co.in/blog</link>
	<description>Something Different In Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 11:55:05 +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>How to update the yum repository on Centos 5 server</title>
		<link>http://www.bestdesigns.co.in/blog/update-yum-repository-centos-5-server</link>
		<comments>http://www.bestdesigns.co.in/blog/update-yum-repository-centos-5-server#comments</comments>
		<pubDate>Sun, 16 May 2010 14:28:42 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[update the yum repository]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=896</guid>
		<description><![CDATA[How to update the yum repository on Centos 5 server 1) yum install yum-fastestmirror 2) yum install yum-priorities 3) uname -i If the output is i386 then cd /usr/local/src wget  http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm 4) Install key rpm --import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt 5)Install rpmforge rpm -ivh rpmforge-release-0.3.6-1.el5.rf.i386.rpm 6) yum check-update It will take some time to update teh RPM and<a href="http://www.bestdesigns.co.in/blog/update-yum-repository-centos-5-server">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/update-yum-repository-centos-5-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove extensions from url</title>
		<link>http://www.bestdesigns.co.in/blog/remove-extensions-url</link>
		<comments>http://www.bestdesigns.co.in/blog/remove-extensions-url#comments</comments>
		<pubDate>Sat, 20 Mar 2010 09:55:12 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Remove extensions]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=812</guid>
		<description><![CDATA[How to remove the  .php extension from the URL  ? Ans : Add the following code in .htaccess file ====================== Options +FollowSymLinks Options +Indexes RewriteEngine on RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^([^\.]+)$ $1.php [NC,L] ====================== How to remove the  .html extension from the URL  ? Ans : Add the following code in .htaccess file ====================== Options<a href="http://www.bestdesigns.co.in/blog/remove-extensions-url">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/remove-extensions-url/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>view webalizer stats without login to cpanel</title>
		<link>http://www.bestdesigns.co.in/blog/view-webalizer-stats-login-cpanel</link>
		<comments>http://www.bestdesigns.co.in/blog/view-webalizer-stats-login-cpanel#comments</comments>
		<pubDate>Tue, 22 Dec 2009 16:40:58 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[view webalizer stats without login to cpanel]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=674</guid>
		<description><![CDATA[Is it possible to view webalizer stats without login to cpanel? Yes. Do the following steps. cd /home/username/www ln -s ../tmp/webalizer   webalizer chown username.username  webalizer cd ../tmp chmod 755 ./ chmod 755 ./webalizer —————- will allow domain.com/webalizer/ for viewing stats without logging in to cpanel]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/view-webalizer-stats-login-cpanel/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>suEXEC mechanism enabled (wrapper:</title>
		<link>http://www.bestdesigns.co.in/blog/suexec-mechanism-enabled-wrapper</link>
		<comments>http://www.bestdesigns.co.in/blog/suexec-mechanism-enabled-wrapper#comments</comments>
		<pubDate>Tue, 22 Dec 2009 14:13:44 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Linux Commands]]></category>
		<category><![CDATA[suEXEC mechanism enabled]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=671</guid>
		<description><![CDATA[Not able to start httpd &#38; the error is as below Configuration Failed [Tue Dec 22 11:24:33 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec) [Tue Dec 22 11:24:33 2009] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Checking your disk shows that you have plenty of space. The problem is that apache<a href="http://www.bestdesigns.co.in/blog/suexec-mechanism-enabled-wrapper">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/suexec-mechanism-enabled-wrapper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning: unlink(/tmp/b5714c117c314452941e2cbf776c0ce7.dat)</title>
		<link>http://www.bestdesigns.co.in/blog/warning-unlinktmpb5714c117c314452941e2cbf776c0ce7-dat</link>
		<comments>http://www.bestdesigns.co.in/blog/warning-unlinktmpb5714c117c314452941e2cbf776c0ce7-dat#comments</comments>
		<pubDate>Tue, 15 Dec 2009 13:33:33 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Warning: unlink(/]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=648</guid>
		<description><![CDATA[Error : Warning: unlink(/tmp/b5714c117c314452941e2cbf776c0ce7.dat) [function.unlink]: Operation not permitted in /home/username/public_html/calendar/includes/dbi4php.php on line 828 Solution: The problem due the /tmp directory.  The /tmp directory is secure so this warning is generated. You need to create one /tmp folder under the document root (/home/username/public_html/calendar/) and change the setting  from /tmp to &#8220;/home/username/public_html/calendar/tmp&#8221; in setting.php file. Done]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/warning-unlinktmpb5714c117c314452941e2cbf776c0ce7-dat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to update webalizer?</title>
		<link>http://www.bestdesigns.co.in/blog/update-webalizer</link>
		<comments>http://www.bestdesigns.co.in/blog/update-webalizer#comments</comments>
		<pubDate>Fri, 11 Dec 2009 15:55:52 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[update webalizer]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=626</guid>
		<description><![CDATA[Some time the webalizer is not updated automatically , at that time you need to update the webalizer manually by using following command. /usr/local/cpanel/3rdparty/bin/english/webalizer  -N  10  -D  /home/username/tmp/webalizer/dns_cache.db -R 250 -p -n domain.com -o  /home/username/tmp/webalizer   /usr/local/apache/domlogs/domain.com Note : Replace username equal to correct username and domain.com equal to correct domain name.]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/update-webalizer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make root domain .htaccess not affect to addon domain</title>
		<link>http://www.bestdesigns.co.in/blog/root-domain-htaccess-affect-addon-domain</link>
		<comments>http://www.bestdesigns.co.in/blog/root-domain-htaccess-affect-addon-domain#comments</comments>
		<pubDate>Fri, 11 Dec 2009 10:56:34 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[root domain .htaccess not affect to addon domain]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=621</guid>
		<description><![CDATA[Some time the root domain .htaccess file rule affect to addon domains. So you can not access your addon domain properly. If you want to disable this rule for the addon domain then you need to add the following rule in the root domain .htaccess file. RewriteCond %{HTTP_HOST} ^(www\.)?addon_domain\.com Rewriterule .* - [L] for example<a href="http://www.bestdesigns.co.in/blog/root-domain-htaccess-affect-addon-domain">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/root-domain-htaccess-affect-addon-domain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning: Cannot modify header information &#8211; headers already sent by</title>
		<link>http://www.bestdesigns.co.in/blog/warning-modify-header-information-headers</link>
		<comments>http://www.bestdesigns.co.in/blog/warning-modify-header-information-headers#comments</comments>
		<pubDate>Tue, 08 Dec 2009 12:35:10 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Cannot modify header information]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=615</guid>
		<description><![CDATA[Errror : Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/username/public_html/includes/formvalidator.php:573) in /home/username/public_html/admin/insert_product.php on line 40 Solution : Then you need to add the following code at the top of file (/home/username/public_html/includes/formvalidator.php). &#60;? ob_start(); ?&#62; then at the bottom of the page place this line of code: &#60;? ob_flush(); ?&#62;<a href="http://www.bestdesigns.co.in/blog/warning-modify-header-information-headers">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/warning-modify-header-information-headers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Credit and Debit Card Numbers</title>
		<link>http://www.bestdesigns.co.in/blog/test-credit-debit-card-numbers</link>
		<comments>http://www.bestdesigns.co.in/blog/test-credit-debit-card-numbers#comments</comments>
		<pubDate>Mon, 07 Dec 2009 13:43:47 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[test Credit and Debit Card Numbers]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=609</guid>
		<description><![CDATA[Refer this URL and use the test Credit and Debit Card Numbers for the testing to shopping cart site or your paypal script. http://blog.rac.me.uk/2009/02/12/techy-test-credit-and-debit-card-numbers/ http://www.merchantplus.com/resources/pages/credit-card-logos-and-test-numbers For example: Card Type          : Visa Card Owner       : test Card Number   : 4012888888881881 Card Expiry Date: December, 2016 CV2 Number    : 123 or 1234<a href="http://www.bestdesigns.co.in/blog/test-credit-debit-card-numbers">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/test-credit-debit-card-numbers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thumbnail not created for EXIF jpeg file</title>
		<link>http://www.bestdesigns.co.in/blog/thumbnail-created-exif-jpeg-file</link>
		<comments>http://www.bestdesigns.co.in/blog/thumbnail-created-exif-jpeg-file#comments</comments>
		<pubDate>Fri, 04 Dec 2009 23:12:13 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[Thumbnail not created]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=601</guid>
		<description><![CDATA[Error: Thumbnail not created for EXIF jpeg file by using Imagemagick Solution : The problem due the Imagemagick version. You need to upgrade your Imagemagick version. You can easily upgrade your Imagemagick version by using yum command. root# yum install glib2 root# yum install libpng root# yum install libjpeg root# yum install libtiff root# yum<a href="http://www.bestdesigns.co.in/blog/thumbnail-created-exif-jpeg-file">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/thumbnail-created-exif-jpeg-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

