<?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>Blog for the Web Programmers &#187; transfer typo3</title>
	<atom:link href="http://blog.chandanweb.com/tags/transfer-typo3/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chandanweb.com</link>
	<description>A useful blog with code assitance on Typo3, Drupal, PHP, Apache, OpenSSL and PHP Frameworks</description>
	<lastBuildDate>Wed, 25 Jan 2012 08:35:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How to Transfer TYPO3 Site to a New Host ?</title>
		<link>http://blog.chandanweb.com/typo3/how-to-transfer-typo3-site-to-a-new-host</link>
		<comments>http://blog.chandanweb.com/typo3/how-to-transfer-typo3-site-to-a-new-host#comments</comments>
		<pubDate>Mon, 14 Jun 2010 11:55:29 +0000</pubDate>
		<dc:creator>Ganybhat</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[transfer typo3]]></category>

		<guid isPermaLink="false">http://blog.chandanweb.com/?p=238</guid>
		<description><![CDATA[1. Using an FTP Client, such as WinSCP, Connect to your current hosting account. 2. Download to your local computer all the directories and files in the following directories: /fileadmin /t3lib /typo3 /typo3conf /typo3temp /uploads .htaccess index.php 3. When the download is complete, open the /typo3conf on your local computer and delete all the files [...]]]></description>
			<content:encoded><![CDATA[<p>1. Using an FTP Client, such as WinSCP, Connect to your current hosting account.<br />
2. Download to your local computer all the directories and files in the following directories:</p>
<p>/fileadmin<br />
/t3lib<br />
/typo3<br />
/typo3conf<br />
/typo3temp<br />
/uploads<br />
.htaccess<br />
index.php</p>
<p>3. When the download is complete, open the /typo3conf on your local computer and delete all the files that begin with temp_<br />
4. Next, log in to the current hosting account and access your phpMyAdmin.<br />
5. Select your TYPO3 database and then click on the Export tab.<br />
6. Save the file to your local computer.<br />
7. Log in to your new host&#8217;s server with your FTP Client and upload all the TYPO3 directories and files.<br />
8. When the files are all uploaded, you will need to change the permissions recursively for /fileadmin, /typo3conf, /typo3temp, /uploads, and index.php to chmod 777.<br />
9. Create new database on new server using phpMyAdmin.<br />
10. Once a new database has been created, import the database you haveve saved on your local computer.<br />
11. Import the database.<br />
12. Open your browswer and type the following in the address bar:<br />
www.yournewsiteURL/typo3/install.</p>
<p>13. When the Install Tool login appears, type in your Install Tool Password and press the Log in Button.(Install tool password will be same as your old site install tool password).<br />
14. Next, click the Basic Configuration link.<br />
15. Scroll down the page to the Directories List to ensure all the TYPO3 directories are writable.<br />
16. In FTP edit your localconf.php<br />
$typo_db_username = &#8216;user_name&#8217;;        // Username of the newly created database.<br />
$typo_db_password = &#8216;password&#8217;;           // Password for newly created database.<br />
$typo_db_host = &#8216;new.host&#8217;;                     // New host.<br />
$typo_db = &#8216;database_name&#8217;;                  // Newly created Database name.<br />
17. Login to your site&#8217;s typo3 backend by typing www.yournewsiteURL/typo3<br />
18. Login username and password are same as with the old site.<br />
19. Now you should see all the pages are transferred.<br />
20. Click on &#8220;Templavoila&#8221; and then &#8220;Update mapping&#8221;.<br />
21. Type www.yournewsiteURL . Now you should see the content in front end.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/typo3/how-to-transfer-typo3-site-to-a-new-host/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

