[TYPO3] typo3 4.0.1 install
Michael Scharkow
michael at underused.org
Mon Aug 14 12:08:31 CEST 2006
Rocky schrieb:
> Hey Group,
>
> Right now we have a static html website up and running under public_html
> folder which could be accessed through www.domain.com. I'm thinking of
> installing typo3 4.0.1 in public_html folder while keep the current site
> untouched. After extract the typo3 source and dummy in the directory I
> moved the files under dummy-4.0.1 into public_html. The problem is that
> I got a 404 error when try to finish the installation by
> www.domain.com/index.php.Well, I extract the dummy package again and did
> not move the files under dummy-4.0.1 directory and access it through
> www.domain.com/dummy-4.0.1 I can get the installation started. Can any
> of you tell me how to solve the problem please?
Watch out for the symlink pointing to ../typo3_src because that will be
wrong when you move it down one level. Just make sure that typo3_src
points to the correct directory.
If you cleanly move dummy-4.0.1/* and use the correct symlinks to your
public_html folder, everything should work just as before, as there are
no absolute paths used.
Cheers,
Michael
More information about the TYPO3-english
mailing list