[TYPO3-UG Australia] Help: A challenge- No Cpanel login to transfer website to new host.

Michael Schams typo3.lists at 2014.trash.schams.net
Tue Jan 27 08:51:32 CET 2015


On 2015-01-27 11:06, Webcare Developer wrote:

> Another question, typo3 folder will be a directory inside the main
> site right? example location could be public_html/typo3?

The officially recommended setup uses symlinks.
Once you downloaded the TYPO3 source package, extract it into htdocs.
This creates a folder such as:

typo3_src-4.5.6

Then, create four symbolic links:

typo3_src -> typo3_src-4.5.6
typo3 -> typo3_src/typo3
t3lib -> typo3_src/t3lib
index.php -> typo3_src/index.php

Make sure, the following directories exist:

fileadmin/
typo3temp/
uploads/

...and ensure, files/directories have the correct ownerships (e.g.
the web-server user). By the way: "t3lib" is not longer required for
TYPO3 CMS 6.2 and newer.

The "Installation and Upgrade Guide" may provide further details:

http://docs.typo3.org/typo3cms/InstallationGuide

However, the current version applies to up-to-date versions of TYPO3 CMS
of course. Might be tricky to find manuals for a TYPO3 3.x.x version :-)

> Could you Give me a link of all the archives of typo3 versions?

http://sourceforge.net/projects/typo3/files/TYPO3%20Source%20and%20Dummy/


Cheers
Michael



More information about the TYPO3-UG-Australia mailing list