RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php
This is Zend htaccess, I can't seem to find a lighttpd equivalent of this..
Thanks, D
This is Zend htaccess, I can't seem to find a lighttpd equivalent of this.. Thanks, D
| |||
|
feedback
|
|
I'm pasting the solution we found and the url were we found it, in case we need it in the future and for the benefit of other people reading this post. So this is a neat trick that does work on the lighttpd rewrite system.
http://smartycode.com/performance/zend-framework-application-lighten-the-load-server/ | |||||||
feedback
|
lighty has no solution for it and it seems there won't be any review http://redmine.lighttpd.net/issues/985 there is a patch | |||
|
feedback
|