[TYPO3-english] CoolURI redirect IE to 'page not found'

Aquamarine Verner aquamarine_verner at hotmail.com
Fri Jan 23 08:51:18 CET 2009


Hi,
 
I know someone was already ask this question before but this is different.
It happen to redirect to 404 page only for IE. For FF, it works fine.
I can see page but when it finish loading the page just change to 404.
The server works correctly. URL rewrite is set. CoolUriConf.xml is fine.
Typoscript configuration is also done correctly. As I told you it works perfectly with FF.
 
I know it's CoolURI because I've test which extension that cause problem.
I found out that when I uninstall CoolURI, I can view the page without problem.
 
Here is my .htaccess:
 

RewriteEngine On
RewriteRule ^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)$ - [L]RewriteRule ^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/.*$ - [L]
# Redirect old simulateStaticDocuments urlsRewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-fRewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-dRewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-lRewriteRule ^/.+\.(.+)\.[0-9]\.html /index.php?id=$1 [R=301,L,QSA,NE]
RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-lRewriteRule .* index.php
 
Tell me if you want any specific information.
 
Thanks,
Aquamarine
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/


More information about the TYPO3-english mailing list