i've try: http://localhost:8888/test/css/cake.generic.css in my web
browser that answer 404
so i think i've a problem with mod_rewrite but the first time i've
installed cake there was the css as the pages of the blog tutorial
i've followed two days ago...
what's up? i haven't made any change to my apache web server... what's
up?
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
-~----------~----~----~----~------~----~------~--~---