<?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; Web Hosting</title>
	<atom:link href="http://www.morditech.com/mivablog/category/how-to/web-hosting/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>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>General FTP instructions and FTP Software explanation</title>
		<link>http://www.morditech.com/mivablog/how-to/general-ftp-instructions-and-ftp-software-explanation.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/general-ftp-instructions-and-ftp-software-explanation.html#comments</comments>
		<pubDate>Wed, 20 May 2009 21:03:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Best Practices & Advice]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=183</guid>
		<description><![CDATA[There is a now a great FTP program that is available for free. The program is FileZilla and it can be downloaded here: http://filezilla-project.org/ Once you have your FTP program you will need at least 3 pieces of information in order to connect to your site and upload your data. You will need: FTP Hostname [...]]]></description>
			<content:encoded><![CDATA[<p>There is a now a great FTP program that is available for free. The program is FileZilla and it can be downloaded here: <a href="http://filezilla-project.org/">http://filezilla-project.org/</a><span id="more-183"></span></p>
<p>Once you have your FTP program you will need at least 3 pieces of information in order to connect to your site and upload your data. You will need:</p>
<ol>
<li>FTP Hostname</li>
<li>FTP Username</li>
<li>FTP Password</li>
</ol>
<p>You can setup a new site in FileZilla and it will remember this information so you do not have to re-type it every time you log in. After you have created a new site with the appropriate information you can connect to your website.</p>
<p>After connecting you will have access to your local files, usually on the left hand side and your remote (server) files usually in the right window. With Morditech your web root directory is /httpdocs</p>
<p>If you want to upload files that will be accessed via the internet for examplehttp://www.yourdomain.com/images/file1.jpg then you will want to make sure you upload your file to the appropriate location on the remote server. In this example you would navigate to ‘httpdocs’ then you would go to ‘images’ and then drag the file from your local window to the remote window and drop it in. If you want to upload files that you do not want accessed via the internet such as a backup file then I recommend that you drop it into the ‘private’ directory which is above the web root and cannot be accessed through the internet.<br />
If you are looking to FTP Miva Merchant files then you will most likely find your Miva Merchant FTP directory at /httpdocs/mm5. You may have to replace the ‘mm5’ with your domains specific Miva Merchant home directory. For instance your Miva Merchant files may be in /httpdocs/Merchant2. It depends on your particular setup. If you are not sure where your Miva Merchant home directory is then you should ask your webhost or web designer.</p>
<p>If you are looking for your Miva Merchant product image FTP files that were automatically uploaded through Miva Merchant you will find them at /httpdocs/mm5/graphics/00000001 but again you will need to make sure’mm5’ is your Miva Merchant home directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/general-ftp-instructions-and-ftp-software-explanation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create .htaccess file</title>
		<link>http://www.morditech.com/mivablog/how-to/web-hosting/how-to-create-htaccess-file.html</link>
		<comments>http://www.morditech.com/mivablog/how-to/web-hosting/how-to-create-htaccess-file.html#comments</comments>
		<pubDate>Thu, 26 Mar 2009 21:09:47 +0000</pubDate>
		<dc:creator>Eric Mandell</dc:creator>
				<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.morditech.com/mivablog/?p=61</guid>
		<description><![CDATA[Follow these steps carefully to create a .htaccess file for your website.The .htaccess file can gives instructions to your web hosting server for your particular domain and you should be very careful with it because it can potentially bring your entire MivaMerchant website down if Miva Merchant relies on the .htaccess file to function especially [...]]]></description>
			<content:encoded><![CDATA[<p>Follow these steps carefully to create a .htaccess file for your website.<span id="more-61"></span>The .htaccess file can gives instructions to your web hosting server for your particular domain and you should be very careful with it because it can potentially bring your entire MivaMerchant website down if Miva Merchant relies on the .htaccess file to function especially of your Miva Merchant store utilizes ‘short links’ or ‘SEO links’</p>
<p><span style="color: #ff0000;"><strong>Warning:</strong></span><br />
<strong> Make sure you make a backup copy of your current .htaccess file before editing it and replacing it on your server. The .htaccess file should be located in your web root directory. Sometimes that web root folder is called /httpdocs or /html or some variation of that. If you are not sure where your web root is then you should contact your webhost and ask. </strong></p>
<p>Steps to create or update a .htaccess file.</p>
<ol>
<li>Login to your server via FTP, SFTP or SSH</li>
<li>Change to your web root on the remote server</li>
<li>Look for a file named ‘.htaccess’</li>
<li>If you DO NOT see the .htaccess file then go to step 6 otherwise continue to step 5 otherwise go to step  7</li>
<li>If you do not see the .htaccess file it may still be there but it is considered to be a ‘hidden file’ by your FTP program. You will need to find the setting that allows your FTP program to show hidden files.</li>
<li>If the .htaccess file is truly not there then you can create a file called .htaccess on your local computer and upload it to your server. Your computer may not allow this file name to be created and if that is the case you should give the file a temporary name like ‘htaccess’ or ‘htaccess.txt’ then upload it to the server and rename it on the server.</li>
<li>Download the .htaccess file to your computer and also make a seperate copy of the file and place it in a safe directory for backup (just in case).</li>
<li>Edit the file appropriately then upload the file to the server. You may want to rename the current .htaccess file on the server (just in case) to something like currentdate.htaccess</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.morditech.com/mivablog/how-to/web-hosting/how-to-create-htaccess-file.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
