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]
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to