[TYPO3-english] RealURL odd problem
MT
mt at angelic.dk
Wed Nov 10 15:55:54 CET 2010
Hi
I'm having an odd problem with RealURL 1.10.0 on a Typo3 4.4 fresh install.
Links work with the .html ending, but if I want to use the link without the
.html ending, the system cannot show it, but goes up one level to parent
page in pagetree.
I'm sure it's just a little ajustment, but I don't know where?
My .htaccess is:
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 .* index.php [L]
More information about the TYPO3-english
mailing list