An was kann das liegen??Meine htaccess sieht so aus:
Code: Alles auswählen
RewriteEngine on
RewriteRule ^(.*).html$ $1.php
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTP_HOST} !^$
RewriteRule ^(.*) http://www.%{HTTP_HOST}/$1 [R=301]
AddType application/x-httpd-php .php .htm .html