[TYPO3-german] .htaccess und 1&1
Jan Kornblum
jan.kornblum at gmx.de
Wed Sep 22 10:11:24 CEST 2010
Bei mir funktioniert, sogar ohne RewriteBase, obwohl Typo3 in einem
Unterverzeichnis liegt:
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php
More information about the TYPO3-german
mailing list