[TYPO3-german] typo3 in uterverzeichniss installieren
Andreas Burg
typo3 at andreasburg.de
Sun Oct 5 20:59:53 CEST 2008
Hi Peter,
bei mir funktioniert das mit mehreren Unterverzeichnissen ganz einfach mit der
standard .htaccess, also ohne RewriteBase. (cooluri)
### Rewriting Stuff ###
# Enable URL rewriting
RewriteEngine On
RewriteRule
^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/ - [L]
RewriteRule
^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/.*$ - [L]
RewriteRule ^typo3$ typo3/index_re.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
# Main URL rewriting.
RewriteRule .* index.php [L]
### End: Rewrite stuff ###
Andreas
More information about the TYPO3-german
mailing list