RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php
这是 Zend htaccess,我似乎找不到与此等效的 lighttpd ..
感谢:D
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php
这是 Zend htaccess,我似乎找不到与此等效的 lighttpd ..
感谢:D
我正在粘贴我们找到的解决方案以及我们找到它的 url,以防我们将来需要它,并为了其他阅读这篇文章的人的利益。
所以这是一个适用于 lighttpd 重写系统的巧妙技巧。
http://smartycode.com/performance/zend-framework-application-lighten-the-load-server/
lighty 没有解决方案,似乎没有任何解决方案
审查http://redmine.lighttpd.net/issues/985
有一个补丁