<?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; localhost</title>
	<atom:link href="http://www.joomlahow2.com/tag/localhost/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 install joomla in localhost</title>
		<link>http://www.joomlahow2.com/how-to-install-joomla-in-localhost/</link>
		<comments>http://www.joomlahow2.com/how-to-install-joomla-in-localhost/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 14:31:41 +0000</pubDate>
		<dc:creator>Marko</dc:creator>
				<category><![CDATA[Configuration]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[WAMP]]></category>

		<guid isPermaLink="false">http://www.joomlahow2.com/?p=192</guid>
		<description><![CDATA[If joomla is something new for you this article is showing how to install joomla in your computer and better introduce with interface, articles, &#8230;

STEP 1.
First you must have virtual server installed on localdrive. Try WAMP server, it is very good solution. WAMP server you can download from www.wampserver.com/en/download.php

After installation start WAMP server.


STEP 2.
Download from [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-209" style="float:left; margin-right:5px;" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/intro12.jpg" alt="" width="75" height="70" />If joomla is something new for you this article is showing how to install joomla in your computer and better introduce with interface, articles, &#8230;</p>
<p><span id="more-192"></span></p>
<p><strong>STEP 1.</strong><br />
First you must have <strong>virtual server</strong> installed on localdrive. Try <strong>WAMP</strong> <strong>server</strong>, it is very good solution. WAMP server you can download from <a title="Download WAMP server" href="http://www.wampserver.com/en/download.php" target="_blank">www.wampserver.com/en/download.php</a></p>
<p style="text-align: center;"><a href="http://www.wampserver.com/en/download.php" target="_blank"><img class="aligncenter size-full wp-image-193" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/wamp-server.jpg" alt="" width="153" height="80" /></a></p>
<p>After installation <strong>start</strong> <strong>WAMP server</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-196" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/start-wamp.jpg" alt="" width="329" height="64" /></p>
<p style="text-align: center;">
<p style="text-align: left;"><strong>STEP 2.</strong><br />
<strong>Download</strong> from <a href="http://www.joomla.org" target="_blank">joomla.org</a> the latest version on joomla.</p>
<p style="text-align: center;"><a href="http://www.joomla.org" target="_blank"><img class="aligncenter size-full wp-image-198" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/dowload-joomla.jpg" alt="" width="215" height="69" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;"><strong>STEP 3.</strong><br />
In WAMP <strong>www directory</strong> create an folder and export downloaded joomla installation. This folder will be <strong>root</strong> on you <strong>localhost</strong> Joomla site. For example we will create <strong>My Site</strong> folder.</p>
<p style="text-align: left;">
<p style="text-align: center;"><img class="aligncenter size-full wp-image-200" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/www-folder.jpg" alt="" width="184" height="262" /></p>
<p style="text-align: left;">
<p style="text-align: left;"><strong>STEP 4. </strong><br />
In browser type <strong>127.0.0.1</strong> and in <strong>Your Projects</strong> click on your folder that you have created in STEP 3.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-202" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/localhost.jpg" alt="" width="267" height="31" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-203" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/your-project.jpg" alt="" width="177" height="108" /></p>
<p style="text-align: left;"><strong>STEP 5. </strong><br />
Now in next 7 steps you will <strong>install</strong> Joomla.</p>
<p style="text-align: left;">1.<strong> Choose Languge</strong> and click on <strong>Next</strong><br />
2. <strong>IF Pre-installation Check</strong> is OK click on <strong>Next</strong><br />
3. <strong>License</strong> &#8230; after reading click on<strong> Next</strong><br />
4.<strong> Database Configuration</strong><br />
After WAMP installation <strong>HostName</strong> is set as<strong> localhost</strong> and <strong>default user</strong> is <strong>root</strong>.You can add a new user but for now use this parametars. For root user password is no need. Choose   <strong>Database Name</strong> and click on <strong>Next</strong>.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-204" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/data-conf.jpg" alt="" width="355" height="260" /></p>
<p style="text-align: left;">5. <strong>FTP Configuration</strong> &#8230; just click on <strong>Next</strong><br />
6. <strong>Main Configuration</strong><br />
Now you will need to enter <strong>Site name</strong>, <strong>Admin e-mail</strong> and<strong> pass</strong>, and Click on <strong>Install Sampe Data</strong>. After that click on <strong>Next.</strong><br />
7.  <strong>Congratulations! Joomla! is now installed</strong>. But before you can log in, you must <strong>delete installation folder.</strong></p>
<p style="text-align: center;"><strong><img class="aligncenter size-full wp-image-206" src="http://www.joomlahow2.com/wpblog/wp-content/uploads/2009/08/del-install.jpg" alt="" width="182" height="181" /><br />
</strong></p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.joomlahow2.com/how-to-install-joomla-in-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
