Guten Abend

Nach der Umstellung von Typo3 4.0 auf 4.3 auf einem Shared Webspace (PHP 5.2.9, Apache 2.xx, MySQL 4.1.22) funktioniert simulateStatic nicht mehr richtig.

Die Adresse wird in der Form : domain/index.php?id="alias"?L=x angezeigt.

Hier das Setup:
config {
        simulateStaticDocuments = 1
        simulateStaticDocuments_noTypeIfNoTitle = 1
        simulateStaticDocuments_pEnc = md5
        simulateStaticDocuments_pEnc_onlyP = cHash, L, tx_ttnews[tt_news]
        }

Und die .htaccess:

RewriteEngine On

RewriteRule ^(typo3|t3lib|tslib|fileadmin|typo3conf|typo3temp|uploads|showpic\.php|favicon\.ico)/ - [L]

RewriteRule ^typo3$ typo3/index_re.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule ^[^/]*\.html$ index.php [L]

Action php /cgi-php52/php
AddHandler php52 .php


Habe mir die TsRef nochmals reingezogen, einige Bücher konsultiert, im Web nach Lösungen gesucht, habe aber nichts gefunden, was mir weiterhilft.

Wo ist da etwas falsch? Was muss ich umstellen?

Gruss Xaver
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an