[TYPO3-english] CoolURI redirect IE to 'page not found'
Aquamarine
aquamarine_verner at hotmail.com
Fri Jan 23 10:04:02 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 urls
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-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
Tell me if you want any specific information.
Thanks,
Aquamarine
More information about the TYPO3-english
mailing list