On Mar 21, 1:27 am, axel9641 <[email protected]> wrote:
> Hi Folks
>  I am new to CakePHP. I am going through the 
> manual:http://book.cakephp.org/view/918/Pretty-URLs-and-Lighttpd
> where is explained that in order to use Pretty URLs in cakephp, we
> have to place a lua script in /
> etc/lighttpd/cake.
> But the big question is : Whereabouts in my project am I supposed to
> place it???

lua scripts are not part of your project - they are part of your
lighttpd config.

    magnet.attract-physical-path-to = ( "/etc/lighttpd/cake.lua" )

That says "load this lua script" and tells you an example of where it
is supposed to be - you can put it anywhere you like but I repeat: it
is part of your lighttpd config, not part of _a_ project.

AD

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to