i've try   http://localhost:8888/test/css/cake.generic.css  on my
browser and it answer to me with 404 so i think that mod_rewrite
doesn't work

but two days ago i installed cake for the first time and evrythings
worked good. what's app now? i've not touched my apache server...!

what should i've to do now?

On 31 Gen, 16:22, "anselm" <[EMAIL PROTECTED]> wrote:
> > 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!
>
> This looks correct to me - is the problem that the browser doesn't
> load the CSS or that your CSS rules don't work as expected ?
> Try loading the CSS file directly in your browser (ie. enter http://
> mylocalsite.com/css/default.css, replacing "mylocalsite" obviously).
> Do you get anything ? If so, the problem is more likely to be with
> your CSS rules -- if not, it may be to do with your Apache server. Did
> you check mod_rewrite ?
>
> Anselm


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to