<?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>JoomlaHow2.com - online step by step tutorial &#187; Configuration</title>
	<atom:link href="http://www.joomlahow2.com/tag/basic-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joomlahow2.com</link>
	<description>Joomla tips, tricks, instructions</description>
	<lastBuildDate>Thu, 03 Dec 2009 10:02:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to move site from server to server</title>
		<link>http://www.joomlahow2.com/how-to-move-site-from-server-to-server/</link>
		<comments>http://www.joomlahow2.com/how-to-move-site-from-server-to-server/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:33:44 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=222</guid>
		<description><![CDATA[If you need to move your site from one server to another, or from one sub folder on the server to another sub folder on same server, follow this few steps.
 
Step 1.
Copy site files via FTP manager and export database useing phpmyadmin. To do this see also http://www.joomlahow2.com/how-to-backup-joomla-site/ . If you copy files to [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-226" style="margin-right: 5px;" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/09/intro_13.jpeg" alt="" width="128" height="85" />If you need to move your site from one server to another, or from one sub folder on the server to another sub folder on same server, follow this few steps.</p>
<p><span id="more-222"></span><strong> </strong></p>
<p><strong>Step 1.</strong><br />
Copy site files via FTP manager and export database useing <strong>phpmyadmin</strong>. To do this see also <a title="How to backup joomla site" href="http://www.joomlahow2.com/how-to-backup-joomla-site/" target="_blank">http://www.joomlahow2.com/how-to-backup-joomla-site/</a> . If you copy files to localdrive you will need to upload files to new server, also using FTP manager.</p>
<p><strong>Step 2.</strong><br />
<strong>Import</strong> database using <strong>phpmyadmin</strong>. In phpmyadmin click on <strong>Import</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-223" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/09/phpmyadmin-import-database.jpg" alt="" width="204" height="141" /></p>
<p><strong>Browse</strong> for your database and click on <strong>Go</strong> button.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-224" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/09/phpmyadmin-select-database.jpg" alt="" width="486" height="148" /></p>
<p style="text-align: left;"><strong>Step 3.</strong><br />
Modify <strong>configuration.php</strong> file and  set the new values.</p>
<p><strong>$host</strong> &#8211; Usually it is se to &#8220;localhost&#8221;<br />
<strong>$user</strong> &#8211; This is a name of your database user.<br />
<strong>$password</strong> &#8211; This is the database user&#8217;s password.<br />
<strong>$db</strong> &#8211; This is the database name.<br />
<strong>$tmp_path</strong> &#8211; absolute path to the tmp directory on your server, for example  &#8220;/root/site/joomla/installation/tmp.&#8221;<br />
<strong>$log_path</strong> &#8211; This is the absolute path to the logs directory on your server, for example &#8220;/root/site/joomla/installation/logs.&#8221;<br />
<strong>$live_site</strong> &#8211; URL of your site. For example &#8220;http://www.joomlahow2.com&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-move-site-from-server-to-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add favicon</title>
		<link>http://www.joomlahow2.com/how-to-add-favicon/</link>
		<comments>http://www.joomlahow2.com/how-to-add-favicon/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 20:22:21 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=173</guid>
		<description><![CDATA[Very often question is: &#8220;How to change or add favicon on my joomla 1.5 site?&#8221;. Answer on that question you can find folloving this instruction.

Go to default template folder on server or local drive. Default template is template  that is currently being used. In this folder just replace favicon.ico with your icon. If there is [...]]]></description>
			<content:encoded><![CDATA[<p>Very often question is: &#8220;How to change or add favicon on my joomla 1.5 site?&#8221;. Answer on that question you can find folloving this instruction.</p>
<p><span id="more-173"></span></p>
<p>Go to default template folder on server or local drive. Default template is template  that is currently being used. In this folder just replace favicon.ico with your icon. If there is no favicon.ico try to paste your icon in this folder and look for small icon in Web Browser. Your icon should be there.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-174" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/07/add-favicon.jpg" alt="" width="315" height="37" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-add-favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
