> > 5- At last I created '.htaccess': > AddHandler fcgid-script .fcgi > Options +FollowSymLinks +ExecCGI > RewriteEngine On > RewriteBase / > RewriteRule ^dispatch\.fcgi/ - [L] > RewriteRule ^(.*)$ dispatch.fcgi/$1 [L]
what line should I add and where, or best of how will look entire htaccess file if I want apache to serve my static files RewriteRule ^(.*)/static/(.*)$ applications/$1/static/$2