<?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>Krio Media &#187; Magento</title>
	<atom:link href="http://www.krio.me/category/development-info/magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.krio.me</link>
	<description></description>
	<lastBuildDate>Mon, 05 Jul 2010 06:27:31 +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>How To Install Magento Template Sample Data</title>
		<link>http://www.krio.me/how-to-install-magento-template-sample-data/</link>
		<comments>http://www.krio.me/how-to-install-magento-template-sample-data/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:51:20 +0000</pubDate>
		<dc:creator>Kevin Rio</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento Tutorials]]></category>

		<guid isPermaLink="false">http://www.krio.me/?p=487</guid>
		<description><![CDATA[A complete guide detailing the steps of  how to install Magento template sample data. Uploading Template Sample Data To Your Database Another Magento question I get asked often is how to install sample data so that a users site looks like the example website that they purchased their template from. This tutorial will guide you [...]]]></description>
			<content:encoded><![CDATA[<p>A complete guide detailing the steps of  how to install Magento template sample data.<span id="more-487"></span></p>
<h3>Uploading Template Sample Data To Your Database</h3>
<p>Another Magento question I get asked often is how to install sample data so that a users site looks like the example website that they purchased their template from.</p>
<p>This tutorial will guide you through the steps necessary to make your site look exactly like the sample template.</p>
<h3>Upload The Template Media Folder</h3>
<p>To do this, you need to first upload the media folder that came with your template to your Mageto root folder. The Magento root folder is the folder that also holds the skin, app, and lib folders.</p>
<h3>Insert The Sample Data</h3>
<p>Now, we need to replace your current database files with those located in the .sql file (this is the sample data) that came with your Magento template. To do this you need to open your database editor of choice, for most of us that is phpMyAdmin.</p>
<p>Find the database that holds all of the tables for this Magento installation and delete every table. You will not be able to delete (or drop) all of the tables at once because of the relationships between the tables. You may have to delete each folder one-by-one.</p>
<p>Once you have deleted all of the tables goto import then click choose and find the .sql file that came with the template. Save this and you now have inserted all of the sample data.</p>
<h3>Delete The local.xml File</h3>
<p>Go back to your FTP and locate the app/etc directory. Delete the local.xml file found there.</p>
<h3>Reconfigure Magento</h3>
<p>Go back to your browser and visit your URL. You will now reinstall Magento with the new sample data you have inserted. Once that is complete you will see your new Magento site that should look exactly like the template you originally purchased.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krio.me/how-to-install-magento-template-sample-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Magento Friendly SEO URL Links Not Working</title>
		<link>http://www.krio.me/fix-magento-friendly-seo-url-links-not-working/</link>
		<comments>http://www.krio.me/fix-magento-friendly-seo-url-links-not-working/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:32:14 +0000</pubDate>
		<dc:creator>Kevin Rio</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Magento Tutorials]]></category>

		<guid isPermaLink="false">http://www.krio.me/?p=481</guid>
		<description><![CDATA[A specific guide detailing how to enable search engine friendly URL&#8217;s in Magento, and how to troubleshoot problems that may arise when enabling this feature. How to Enable SEO URL&#8217;s in Magento I often get asked questions related to errors when trying to enable Magento&#8217;s search engine friendly URL&#8217;s. This will teach you how to [...]]]></description>
			<content:encoded><![CDATA[<p>A specific guide detailing how to enable search engine friendly URL&#8217;s in Magento, and how to troubleshoot problems that may arise when enabling this feature.<span id="more-481"></span></p>
<h3>How to Enable SEO URL&#8217;s in Magento</h3>
<p>I often get asked questions related to errors when trying to enable Magento&#8217;s search engine friendly URL&#8217;s. This will teach you how to both enable the feature in Magento and troubleshoot the most common error that occurs in Magento installs.</p>
<h3>Enable SEO Friendly URL&#8217;s</h3>
<p>Login to your Magento administrator back-end</p>
<p>Navigate to System-&gt;Configuration-&gt;Web-&gt;Search Engine Optimization</p>
<p>Switch to Yes and save.</p>
<h3>Flush The Magento Cache</h3>
<p>Goto System-&gt;Cache Management</p>
<p>Refresh the catalog rewrites</p>
<p>Goto All Cache and change drop down to Refresh.</p>
<p>Click save</p>
<p>On most server, this should take out the index.php in your URL&#8217;s.</p>
<p>If you are getting a 404 error, continue reading.</p>
<h3>Fixing Mod_Rewrite Errors</h3>
<h5>I&#8217;m Getting A 404 Cannot Find Page Error!</h5>
<p>The most common cause for this is that you have an incorrect .htaccess file in your ftp.</p>
<p>Goto the magentocommerce.com site and download the magento files again.</p>
<p>Extract the files, and ONLY upload the .htaccess file to your Magento root directory.</p>
<p>This should fix any problems related to enabling the use of web server rewrites in Magento.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krio.me/fix-magento-friendly-seo-url-links-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
