[TYPO3-linux] Directory change

Martin Schoenbeck ms.usenet.nospam at schoenbeck.de
Wed Feb 8 18:28:11 CET 2006


Hi Robert,

Robert Markula schrieb:

> The question now is this: Because our current typo3 installation is
> using the .zip-package and is located in the root directory of the
> webserver, what has to be considered when we move typo3 to a subfolder
> and use the .tar.gz package with symlinks?

Remove the directories of the old installation and create symlinks as
shown:

index.php -> tslib/index_ts.php
media -> tslib/media/
showpic.php -> tslib/showpic.php
t3lib -> typo3_src/t3lib/
tslib -> typo3_src/tslib/
typo3 -> typo3_src/typo3/
typo3_src -> /where/your/new/typo3/is/typo3_src-4.0beta2/

Later on the only symlink to recreate for a new version is the last one.

Don't forget to fill global extensions, if you have some.

Martin



More information about the TYPO3-linux mailing list