Ok, it's the .htaccess file that i've not copy in the new site, OsX
doesn't copy hidden files by is own,
excuse my bad english
On 31 Gen, 14:40, "Assoluto" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> this is my first post, i'm new in cake and in Freamworking too.
> I've read all the manual but I've not found anything about using cake
> as a simple template manager!
>
> I'm building a simple site that in the next months i upgrade with some
> extra.
> For now it's simple xHtml and Css.
> I'd like to have a sctructure like:
>
> header.php + $content_for_layout + footer.php
>
> i've try to create a new default layout in app/views/layout/
> default.thtml
> the html works great but the css nope
>
> i've create a app/webroot/css/default.css file and i've included it
> with:
>
> <?php echo $html->css('default');?>
>
> and the browser output is:
>
> <link rel="stylesheet" type="text/css" href="/css/default.css" />
>
> but no css is display!
>
> I'm working on a macbook pro with a MAMP local web server.
> my cake version is: 1.1.12.4205
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---