[TYPO3] Install without symlinks

Felipe Knaesel Koch felipe at lcc.furb.br
Thu Feb 15 18:16:30 CET 2007


For further reference, here it is how I solved it:

create a new text file and save it as symlink.php (or any other name) 
and insert this inside it:

<?php
$output = shell_exec('ln -s typo3_src/t3lib t3lib');
$output .= shell_exec('ln -s typo3_src/typo3 typo3');
$output .= shell_exec('ln -s typo3_src/index.php index.php');
echo "<pre>$output</pre>";
?>

Then upload it to the server trough FTP and then just open url:

www.yoursite.com/symlink.php

You're done! You can remove the symlink.php file after this.

Cya
Felipe Koch


More information about the TYPO3-english mailing list