.htaccess should look like this:
Code:
RewriteEngine on
RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php
make sure that mod_rewrite is enabled (do the urls like
http://localhost/app/controller/action work?)
sometimes .htacces seems to be ok but it has .txt extension (.htaccess.txt)
if that doesn't work, try creating new .htaccess in images directory