PDA

View Full Version : Any working typo3 installations on hostmonster



mortentherkildsen
12-18-2006, 07:34 PM
Hi

I have a little trouble getting typo3 to work on hostmoster.
Okay.. I use the beta-source from typo3-org, but that should not give me an error, like premature script header for index.php (in root).

/Morten

1. time user on Hostmonster

mojojuju
12-19-2006, 12:38 AM
TYPO3 works beautifully and runs very fast on Hostmonster.

One thing to remember when installing TYPO3 on Hostmonster is that Hostmonster doesn't allow symbolic linking to files.

Soooo....

All you have to do is delete the symbolic link in the 'www' directory that points to typo3_src/index.php and replace it with a file called 'index.php' which has the following contents:



<?php include ('typo3_src/index.php'); ?>


If that doesn't solve your problem, you could be a little more specific.

mortentherkildsen
12-19-2006, 06:22 AM
You know, Im so used to symlinks, that I did't think of that problem.

I wille correct it right away..

Thanks again for your post.