Вы перенаправляете все в html-файл.
Попробуйте:
# Enable rewiting
RewriteEngine on
Options +FollowSymLinks
# set 'default' file
DirectoryIndex index.html
# everything else goes to the index.php file, except your sites assets/
RewriteCond $1 !^(index\.php|index\.html|images|css|javascript)
RewriteRule ^(.*)$ /index.php/$1