Ein „Erste Schritte“ Tutorial von mir ist im WupLUG Wiki zu finden.
cd /usr/local/share/ svn co https://svn.typo3.org/TYPO3v4/Core/trunk typo3 cd /usr/local/bin wget -q http://projects.exmatrikulator.de/init_typo3 cd /var/www/ init_typo3 typo3_test
RewriteEngine On
RewriteBase /
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php
TSconf
config.no_cache = true
TSconf
config.admPanel = 1
| Typo3 | 03.09.2009 10:53 | ex |
| Typo3: Frontend Editing | 02.12.2009 16:34 | ex |
| Typo3:No file uploaded! | 18.02.2009 12:58 | ex |
| Typo3:Öffnet internen Link im aktuellen Fenster | 16.10.2009 09:43 | ex |