this worked for me, now is solved.

 url.rewrite-once = (
    "/(css|files|img|js|stats)/(.*)" => "/$1/$2",
    "^/(.+)/?$"  => "/index.php?url=$1"
  )


On Jul 10, 5:49 pm, "Christian Winther" <[EMAIL PROTECTED]> wrote:
> Do you use mod_magnet + cleanurl-v6.lua to rewrite on lighttpd?
>
> If not savehttp://bin.cakephp.org/view/1811010000in a file and add
>
> "mod_magnet"  to your server.modules list in lighttpd.conf
>
> And add
>
> magnet.attract-physical-path-to = ( "%s" )   to your vhost / lighttpd.conf  
> where %s is the full path to the lua script
>
> -----Original Message-----
> From: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
> flashlight
> Sent: 11. juli 2008 00:18
> To: CakePHP
> Subject: parseExtensions on Lighttpd
>
> Somebody knows how to add support to extensions on lighttpd, maybe its
> the rewrite rule, but everytime i try to parse any extension like
> a .js or .rss i get a 404.
>
> Thank you

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to