View Single Post
  #2 (permalink)  
Old 05-14-2008, 02:13 PM
kuba kuba is offline
Junior Member
 
Join Date: Mar 2008
Posts: 26
Default

.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
Code:
RewriteEngine off
Reply With Quote