lighttpd forum migration > lighttpd + cakephp != true

Posted by Chris Svensson
on 22.04.2007 14:26
Hello im trying to migrate cakephp from apache2 to lighttpd.

The problem im having has something to do with the rewrite rules.

Here is the configuration that works just fin with apache 2

.htaccces of the cakphp project.

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>


It would be nice if somebody knows who to do this :)

Cheers Chris.


UPDATE. Find the "fix"

http://bakery.cakephp.org/articles/view/lighttpd-and-cakephp-setup-in-subdirectories
Posted by Brendon (Guest)
on 18.10.2007 11:41
Here is the solution to getting CakePHP 1.1 working with Lihttpd 1.5x:

http://thefaultandfracture.blogspot.com/2007/10/enabling-cakephp-11-on-lighttpd-15.html