<?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>Miva Merchant Hosting Best Practices &#187; tips</title>
	<atom:link href="http://www.morditech.com/mivablog/category/how-to/tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.morditech.com/mivablog</link>
	<description>Miva Hosting Blog by Morditech</description>
	<lastBuildDate>Tue, 22 Jun 2010 02:02:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Is a sale page flagged as duplicate content</title>
		<link>http://www.morditech.com/mivablog/seo/is-a-sale-page-flagged-as-duplicate-content.html</link>
		<comments>http://www.morditech.com/mivablog/seo/is-a-sale-page-flagged-as-duplicate-content.html#comments</comments>
		<pubDate>Mon, 03 May 2010 18:50:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best Practices & Advice]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Seo & Miva Merchant]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=468</guid>
		<description><![CDATA[According to Google &#8216;Sale&#8217; pages which contain 1 or more duplicate products that you have in other categories will not be considered duplicate content. In this video Matt Cutts explains that the Google web crawlers are smart enough to recognize that the information on the sale page serves a different purpose than the original product [...]]]></description>
			<content:encoded><![CDATA[<p>According to Google &#8216;Sale&#8217; pages which contain 1 or more duplicate products that you have in other categories will not be considered duplicate content. In this video Matt Cutts explains that the Google web crawlers are smart enough to recognize that the information on the sale page serves a different purpose than the original product or category page as long as it is within reason.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="241" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/EhdxY2z-nF8&amp;hl=en_US&amp;fs=1&amp;" /><embed type="application/x-shockwave-flash" width="400" height="241" src="http://www.youtube.com/v/EhdxY2z-nF8&amp;hl=en_US&amp;fs=1&amp;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/seo/is-a-sale-page-flagged-as-duplicate-content.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect a Sub Domain: e.g. twitter.yourdomain.com to Your Twitter Page</title>
		<link>http://www.morditech.com/mivablog/how-to/redirect-a-sub-domain-e-g-twitter-yourdomain-com-to-your-twitter-page.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/redirect-a-sub-domain-e-g-twitter-yourdomain-com-to-your-twitter-page.html#comments</comments>
		<pubDate>Wed, 14 Apr 2010 01:51:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=464</guid>
		<description><![CDATA[We have recently setup our sub domain http://twitter.morditech.com to go directly to our twitter page at http://twitter.com/morditech. There are many reasons you may or may not want to do this but we chose to do it becuase it is easier to tell people how to reach us on twitter if they are already familiar with [...]]]></description>
			<content:encoded><![CDATA[<p>We have recently setup our sub domain http://twitter.morditech.com to go directly to our twitter page at http://twitter.com/morditech. There are many reasons you may or may not want to do this but we chose to do it becuase it is easier to tell people how to reach us on twitter if they are already familiar with our website. it also gives us the ability later on to change the URL that http://twitter.morditech.com just in case we stop using twitter and want to redirect the traffic elsewhere.</p>
<p>This is how we did it in Plesk. In order for you to do this you will need the ability to create a sub domain, and use a .htaccess file.</p>
<ol>
<li>Create a sub domain. Any name that makes sense will do. We chose &#8216;twitter&#8217;. You may want to choose &#8216;follow&#8217; or &#8216;facebook&#8217; or whatever makes sense to you.</li>
<li>Create a file named .htaccess with the following directives and then upload it to the web root of your subdomain. BE CAREFUL TO MAKE SURE YOU DO NOT OVERWRITE AN EXISTING .htaccess FILE IF IT IS ALREADY THERE. If there is already a .htaccess file in the web root of your sub domain then you will want to append the following directies to it.
<ul>
<li>RewriteEngine on<br />
RewriteCond %{HTTP_HOST} ^twitter.morditech\.com$ [NC]<br />
RewriteRule ^(.*)$ http://twitter.com/morditech$1 [R=301,L]</li>
</ul>
</li>
<li>You will have to replace the appropriate information above with your information</li>
<li>Upload the file to your sub domain web root and test it. Make sure to test that your main domain name was not affected by this change and be careful that you uploaded the new .htaccess file to your sub domain web root and not your main domain&#8217;s web root.</li>
</ol>
<p>Good luck, have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/redirect-a-sub-domain-e-g-twitter-yourdomain-com-to-your-twitter-page.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number of Items Displayed in the Miva Admin</title>
		<link>http://www.morditech.com/mivablog/how-to/miva-merchant-admin/number-of-items-displayed-in-the-miva-admin.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/miva-merchant-admin/number-of-items-displayed-in-the-miva-admin.html#comments</comments>
		<pubDate>Tue, 08 Sep 2009 00:14:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Miva Merchant Admin]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=222</guid>
		<description><![CDATA[You can change the number of items that are listed on pages within the Miva Admin. For instance if your store has hundreds or thousands of products you may want to see more than just 10 products listed when you click your ‘products’ link.  I suggest changing the your ‘items per page’ to ‘100’. Doing [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">You can change the number of items that are listed on pages within the Miva Admin. For instance if your store has hundreds or thousands of products you may want to see more than just 10 products listed when you click your ‘products’ link.  I suggest changing the your ‘items per page’ to ‘100’. Doing this makes it easier to see more data on one page rather than having to click the next button 9 additional times to view the first one hundred items. Keep in mind that the more items you have listed on each page the longer it will take that page to load.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Changing the ‘items per page’ will affect several pages within the Miva Admin. Any page that dynamically lists items on a page for example: products, categories, pages, countries, orders, etc.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Here are the directions on changing your default ‘items per page’. This setting is per Miva Merchant Admin user.</div>
<p>You can change the number of items that are listed on pages within the Miva Admin. For instance if your store has hundreds or thousands of products you may want to see more than just 10 products listed when you click your ‘products’ link.  I suggest changing the your ‘items per page’ to ‘100’. Doing this makes it easier to see more data on one page rather than having to click the next button 9 additional times to view the first one hundred items. Keep in mind that the more items you have listed on each page the longer it will take that page to load.</p>
<p>Changing the ‘items per page’ will affect several pages within the Miva Admin. Any page that dynamically lists items on a page for example: products, categories, pages, countries, orders, etc.</p>
<p>Here are the directions on changing your default ‘items per page’. This setting is per Miva Merchant Admin user.</p>
<ul>
<li>Log in to Miva Merchant</li>
<li>Expand ‘Global Settings’ and click ‘users’</li>
<li>Click ‘EDIT’ next to the user you would like to change the items per page setting</li>
<li>Click ‘Preferences’</li>
<li>Change the ‘Items per Page’ field</li>
<li>Click ‘Update’</li>
<li>Test it out and your done</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/miva-merchant-admin/number-of-items-displayed-in-the-miva-admin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
