<?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>Magento Help - osCommerce Help &#187; Domain and IP Address Hints</title>
	<atom:link href="http://www.imagedia.com/category/domain-and-ip-address-hints/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imagedia.com</link>
	<description>Imagedia - Maximizing and developing ecommerce applications</description>
	<lastBuildDate>Sun, 18 Jul 2010 17:25:56 +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>Problems With DrWeb Sending Failure e-mail Notices</title>
		<link>http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/</link>
		<comments>http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:02:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=469</guid>
		<description><![CDATA[<p>If you have your own server and you are getting failure notice emails from DrWeb Antivirus, you need to make some changes to your settings.</p>
<p>You should change the crontab of the DrWeb update to not mail you in the first place &#8211; this will remove all the spam you recieve at every DrWeb update.</p>
<p>Login to [...]]]></description>
			<content:encoded><![CDATA[<p>If you have your own server and you are getting failure notice emails from DrWeb Antivirus, you need to make some changes to your settings.</p>
<p>You should change the crontab of the DrWeb update to not mail you in the first place &#8211; this will remove all the spam you recieve at every DrWeb update.</p>
<p>Login to Plesk as Admin.</p>
<p>In the Settings -&gt; Scheduled Tasks -&gt; drweb (just click the link)</p>
<p>You change the Command of the cronjob by adding a &#8220;&gt;/dev/null 2&gt;&amp;1&#8243; to the end of command. I.e.</p>
<p>Code:</p>
<p>/opt/drweb/update.pl &gt;/dev/null 2&gt;&amp;1</p>
<p>This will make sure that Crontab does not mail you with the output of the updatescript every time it exits.</p>
<p>Please keep in mind that depending on your OS &#8211; for some reason there might also be a crontab entry for the update in your filesystem under</p>
<p>#/etc/cron.d/drweb-update</p>
<p>Where you will also need to edit the commandstring to be &#8220;/opt/drweb/update.pl &gt;/dev/null 2&gt;&amp;1&#8243;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/problems-with-drweb-sending-failure-e-mail-notices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Find A File Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:42:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=464</guid>
		<description><![CDATA[<p>To find a file on your server using SSH, simply use the &#8220;locate&#8221; command.</p>
<p>Example: locate fileyouwant.file</p>
<p>This will result in an output of all files on your server with that name</p>
]]></description>
			<content:encoded><![CDATA[<p>To find a file on your server using SSH, simply use the &#8220;locate&#8221; command.</p>
<p>Example: locate fileyouwant.file</p>
<p>This will result in an output of all files on your server with that name</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-find-a-file-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Copy File Form One Directory To Another Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:35:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=462</guid>
		<description><![CDATA[<p>Using SSH to copy a file from one directory to another is done simply with the following command:</p>
<p>cp file.name destination/directory/</p>
]]></description>
			<content:encoded><![CDATA[<p>Using SSH to copy a file from one directory to another is done simply with the following command:</p>
<p>cp file.name destination/directory/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-copy-file-form-one-directory-to-another-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Update To Latest Version of PHP</title>
		<link>http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 17:33:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>
		<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=459</guid>
		<description><![CDATA[<p>Many web applications, including Magento need PHP5.2 to function. If your server doesn&#8217;t have PHP 5.2, there&#8217;s a simple way to upgrade.</p>
<p>Using SSH, logon to your server.</p>
<p>Use these commands:</p>
<p>wget -q -O &#8211; http://www.atomicorp.com/installers/atomic.sh &#124;sh</p>
<p>yum update php</p>
<p>/usr/local/psa/admin/sbin/websrvmng -a</p>
<p>/etc/init.d/httpd reload</p>
<p>That&#8217;s it!</p>
]]></description>
			<content:encoded><![CDATA[<p>Many web applications, including Magento need PHP5.2 to function. If your server doesn&#8217;t have PHP 5.2, there&#8217;s a simple way to upgrade.</p>
<p>Using SSH, logon to your server.</p>
<p>Use these commands:</p>
<p>wget -q -O &#8211; http://www.atomicorp.com/installers/atomic.sh |sh</p>
<p>yum update php</p>
<p>/usr/local/psa/admin/sbin/websrvmng -a</p>
<p>/etc/init.d/httpd reload</p>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-update-to-latest-version-of-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Import Database Copy Into New Database Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 17:08:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>
		<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=457</guid>
		<description><![CDATA[<p>Here&#8217;s the SSH command to import a database backup to a new database.</p>
<p>Navigate to the directory where your database copy resides using SSH.</p>
<p>mysql -uusername -p databasename &#60; backupname.sql</p>
<p>You&#8217;ll be prompted for the password for the database. Enter that.</p>
<p>If this is a Magento database, it could take awhile to import. Ours is around 600M, so it [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the SSH command to import a database backup to a new database.</p>
<p>Navigate to the directory where your database copy resides using SSH.</p>
<p>mysql -uusername -p databasename &lt; backupname.sql</p>
<p>You&#8217;ll be prompted for the password for the database. Enter that.</p>
<p>If this is a Magento database, it could take awhile to import. Ours is around 600M, so it took awhile.</p>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-import-database-copy-into-new-database-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Backup of MySQL Database Using SSH</title>
		<link>http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 16:39:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>
		<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=453</guid>
		<description><![CDATA[<p>Part of the transfer or migration of a website many times involves a database. If you are on an &#8220;ix&#8221; server, SSH is a great way to backup your MySQL database.</p>
<p>Here&#8217;s how you do it:</p>
<p>Using SSH, navigate to your httpdocs or public folder on your server where the website resides.</p>
<p>Use the following command.</p>
<p>mysqldump &#8211;opt -Q [...]]]></description>
			<content:encoded><![CDATA[<p>Part of the transfer or migration of a website many times involves a database. If you are on an &#8220;ix&#8221; server, SSH is a great way to backup your MySQL database.</p>
<p>Here&#8217;s how you do it:</p>
<p>Using SSH, navigate to your httpdocs or public folder on your server where the website resides.</p>
<p>Use the following command.</p>
<p>mysqldump &#8211;opt -Q -u dbusername -p databasename &gt; /path/to/backupname.sql</p>
<p>This creates a copy of your database.</p>
<p>Now, you can transfer that database backup to your new server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-make-backup-of-mysql-database-using-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Transfer (Migrate) a Complete Site From One Server to Another</title>
		<link>http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/</link>
		<comments>http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 15:34:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>
		<category><![CDATA[Magento E-Commerce Help]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=450</guid>
		<description><![CDATA[<p>If you ever have a need to migrate a website from one server to another, it can be a huge deal, especially when dealing with Magento, which has tens of thousands of files. Also, if your Magento store has many products, you have all those thousands of image files to move too. You could try [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever have a need to migrate a website from one server to another, it can be a huge deal, especially when dealing with Magento, which has tens of thousands of files. Also, if your Magento store has many products, you have all those thousands of image files to move too. You could try FTP, but usually our servers hang during a large transfer. Even if you could do it by FTP, it would take hours at best to transfer a complete Magento site.</p>
<p>So here&#8217;s how to do a complete site migration using SSH. This can be used for any website you have root access to, not just a Magento site.</p>
<p>1. Login to server 1 via SSH and open the folder which you want to backup. You&#8217;ll probably need to login as root user.</p>
<p>Use this commands:</p>
<p>cd /home/somepath/to/yourwebsite/public_html</p>
<p>2. Make a compressed archive out of this folder using the command</p>
<p>Next:</p>
<p>tar -cvf sitepack.tar ./</p>
<p>3. Login to server 2 via SSH and use the command below to fetch the backup from server</p>
<p>wget yourdomain.com/sitepack.tar</p>
<p>4. Now uncompress the archive using the command</p>
<p>tar -xvf sitepack.tar</p>
<p>This is the easiest way we know of to move large websites with tons of files.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/06/how-to-transfer-migrate-a-complete-site-from-one-server-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use 301 Redirect to Direct Pages in One Category To Another</title>
		<link>http://www.imagedia.com/2010/05/use-301-redirect-to-direct-pages-in-one-category-to-another/</link>
		<comments>http://www.imagedia.com/2010/05/use-301-redirect-to-direct-pages-in-one-category-to-another/#comments</comments>
		<pubDate>Sat, 01 May 2010 16:04:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=416</guid>
		<description><![CDATA[<p>If you&#8217;re changing the directory structure of a website and you want to keep your pages indexed with Google and the other search engines, here&#8217;s an option for you, especially if you have a large number of pages to redirect.</p>
<p>Use the RedirectMatch command on Apache Servers.</p>
<p>In your .htaccess file, use the following code example:</p>
<p>RedirectMatch 301 [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re changing the directory structure of a website and you want to keep your pages indexed with Google and the other search engines, here&#8217;s an option for you, especially if you have a large number of pages to redirect.</p>
<p>Use the RedirectMatch command on Apache Servers.</p>
<p>In your .htaccess file, use the following code example:</p>
<p>RedirectMatch 301 /old-top-category/old-sub-category/.* http://www.your-domain.com/new-category.html</p>
<p>This will redirect all page or file calls from the previous directory to the new directory, on your same site. You could also use this to redirect to a different website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/05/use-301-redirect-to-direct-pages-in-one-category-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting an error message about open_base_dir</title>
		<link>http://www.imagedia.com/2010/01/getting-an-error-message-about-open_base_dir/</link>
		<comments>http://www.imagedia.com/2010/01/getting-an-error-message-about-open_base_dir/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 19:12:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=247</guid>
		<description><![CDATA[<p>If you&#8217;re trying to run an application or function and get an open_base_dir error message, open your vhost.conf file and put this code in there:</p>
&#60;Directory /var/www/vhosts/yourdomainname/httpdocs&#62;
php_admin_value open_basedir none
&#60;/Directory&#62;
<p>&#60;Directory /var/www/vhosts/yourdomainname/httpdocs&#62;</p>
<p>php_admin_value open_basedir none</p>
<p>&#60;/Directory&#62;</p>
<p>The vhost.conf file is usually here:/var/www/vhosts/yourdomainname.com/conf/</p>
<p>Then run the following command:</p>
<p>/usr/local/psa/admin/bin/websrvmng -a -v</p>
<p>and finally reload the web server:</p>
<p>/etc/init.d/httpd reload</p>
]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to run an application or function and get an <strong>open_base_dir error message</strong>, open your vhost.conf file and put this code in there:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;Directory /var/www/vhosts/yourdomainname/httpdocs&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">php_admin_value open_basedir none</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/Directory&gt;</div>
<p>&lt;Directory /var/www/vhosts/yourdomainname/httpdocs&gt;</p>
<p>php_admin_value open_basedir none</p>
<p>&lt;/Directory&gt;</p>
<p>The vhost.conf file is usually here:/var/www/vhosts/yourdomainname.com/conf/</p>
<p>Then run the following command:</p>
<p>/usr/local/psa/admin/bin/websrvmng -a -v</p>
<p>and finally reload the web server:</p>
<p>/etc/init.d/httpd reload</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/01/getting-an-error-message-about-open_base_dir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Address No Longer Accepts Mail</title>
		<link>http://www.imagedia.com/2010/01/this-address-no-longer-accepts-mail/</link>
		<comments>http://www.imagedia.com/2010/01/this-address-no-longer-accepts-mail/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 16:40:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Domain and IP Address Hints]]></category>

		<guid isPermaLink="false">http://www.imagedia.com/?p=241</guid>
		<description><![CDATA[<p>Our company offers hosting, we currently have around 50 websites on our server. 3 of our customers have elected to have their email hosted on another server to help reduce spam. After changing the DNS settings for those 3 domains, we began getting failure messages when trying to send email from other domains on our [...]]]></description>
			<content:encoded><![CDATA[<p>Our company offers hosting, we currently have around 50 websites on our server. 3 of our customers have elected to have their email hosted on another server to help reduce spam. After changing the DNS settings for those 3 domains, we began getting failure messages when trying to send email from other domains on our server. Turns out it was a qmail issue.</p>
<p>Here is an example of the failure messages we were getting:</p>
<p>Hi. This is the qmail-send program at ip-xx.xx.xx.xxx .ip.secureserver.net.<br />
I&#8217;m afraid I wasn&#8217;t able to deliver your message to the following addresses.<br />
This is a permanent error; I&#8217;ve given up. Sorry it didn&#8217;t work out.</p>
<p>Then the email address of the recipient was followed by this line:</p>
<p><strong>This address no longer accepts mail.</strong></p>
<p>After googling the error, we were able to come up with a solution. Turns out, you have to remove the domains in two files and restart qmail.</p>
<p>To resolve the problem you have to remove the domain from /var/qmail/control/rcpthosts and /var/qmail/control/virtualdomains.</p>
<p>After that you have to restart the qmail by /etc/init.d/qmail restart</p>
<p>It worked for us!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.imagedia.com/2010/01/this-address-no-longer-accepts-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
