[TYPO3-UG Oesterreich] Verzeichnisse dort wo keine sind

Stefan Beylen intsys at swissinfo.org
Wed Oct 18 09:38:28 CEST 2006


Wolfgang Klinger schrieb:
>  Wolfgang Klinger schrieb folgendes am 06.09.2006:
>> RewriteEngine On
>> RewriteRule ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php).*$ - [L]
>> RewriteRule ^(.[^/]*/.*|.[^/.]*)$ /circle/index.php [R=permanent]

hat leider nicht funktioniert, da simulatestatic dann auch nicht mehr 
funktioniert.

das geht jetzt:

RewriteEngine On
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
RewriteRule   ^[^/]*\.html$  index.php
RewriteRule   ^[^/]*\.htm$  index.php



Danke an Christoph Jäger von Abaton und TYPO3 3.5, da war die Standard 
.htaccess nämlich noch ein bissl strenger als sie jetzt ist ;)



More information about the TYPO3-at mailing list