TYPO3 breaks urls without WWW
问题 The problem is that when I want to access my website like www.example.com/my/subpage all works great but when I try to access my website like this (without WWW) example.com/my/subpage TYPO3 breaks it down and redirect it to www.example.com/index.php/subpage . The redirect from non WWW to WWW is correct but why does it destroy my url? Here is the .htaccess redirect: RewriteCond %{HTTP_HOST} !^www\.example\.com$ RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301] For the "nice" urls I use