[TYPO3-german] Error: /typo3_src should be a link, but it does not exist

Andy a.berkhahn at gmail.com
Wed May 14 10:45:34 CEST 2014


Also wie es in der Install Anweisung steht: Source außerhalb des Webroots, wenn du schon zugriff auf die Shell hast ... hier der Auszug aus der Install Anweisung:


* Uncompress the `typo3_src-6.2.x.tar.gz` file one level above the Document
  Root of your Web server:
```
/var/www/site/htdocs/ $ cd ..
/var/www/site/ $ tar xzf typo3_src-6.2.x.tar.gz
```

* Create the symlinks in your Document Root:
```
  cd htdocs
  ln -s ../typo3_src-6.2.x typo3_src
  ln -s typo3_src/index.php index.php
  ln -s typo3_src/typo3 typo3
```

* In case you use Apache, copy the .htaccess to your Document Root:
```
  cp typo3_src/_.htaccess .htaccess
```

You end up with the follow structure of files:

```
  typo3_src-6.2.x/
  htdocs/typo3_src -> ../typo3_src-6.2.x/
  htdocs/typo3 -> typo3_src/typo3/
  htdocs/index.php -> typo3_src/index.php
  htdocs/.htaccess
```


More information about the TYPO3-german mailing list