[TYPO3-english] Simulate_static to cooluri migration problems
support at stonki.de
support at stonki.de
Tue May 12 11:37:29 CEST 2009
Hello,
> Please do not post same question again 4 hours laters, just wait for an
> answer on your original thread "Problems migrating from simulate static
> to cooluri".
sorry, it was a mistake. I did not do it for purpose..
The correct code for htaccess is: (thanks to www.modrewrite.de)
RewriteEngine On
#RewriteLog /var/log/apache/rewrite.log
#RewriteLogLevel 9
#RewriteBase /
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteRule ^.+\.(.+)\.[0-9]\.html /index.php?id=$1 [R=301,L,QSA,NE]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php
See http://www.stonki.de/computer/typo3/cooluri/ for a complete howto.
Stonki
More information about the TYPO3-english
mailing list