Re: CSS Path Problem

2011-05-13 Thread marcopais
How did you solved this problem? I'm having the same... -- View this message in context: http://cakephp.1045679.n5.nabble.com/CSS-Path-Problem-tp1281768p4390821.html Sent from the CakePHP mailing list archive at Nabble.com. -- Our newest site for the community: CakePHP Video Tutorials

About CSS path problem

2008-02-14 Thread Tailen
Hello, I have a problem why CSS don't work? Below is my setup and system information. System OS:Fedora 8 Web server : Apache Apache :DocumentRoot is '/var/www/html/' Cakephp path: app: /var/www/html/ webroot : /var/www/html/app/webroot/ index.php file : '/var/www/html/' I copy '

Re: CSS Path Problem

2007-11-27 Thread david.e
I found the problem and fixed it. Here's what happened: I am running XAMPP-lite and cake is just one of my directories in // xampp/htdocs/. By default, apache sets the document root to the htdocs directory, so all of my htmlHelper functions were mapping to htdocs/ instead of htdocs/cake/. Per the

Re: CSS Path Problem

2007-11-27 Thread david.e
I'm running into the same problem, and starting a new app from scratch did not help. Can you offer a little more explanation as to how to fix this problem? I have the standard cake directory structure. --~--~-~--~~~---~--~~ You received this message because you are

Re: CSS Path Problem

2007-11-03 Thread Gwoo
Oh, maybe the htaccess files were removed or if you moved files around the htaccess files were missed because they are hidden. Anyway, glad to hear its working with a freshly baked project. --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: CSS Path Problem

2007-11-03 Thread I Wayan Saryada
I don't know what I've done wrong. After looking for sometime I decided to bake a new project, and It works! :) On Nov 4, 11:07 am, Gwoo <[EMAIL PROTECTED]> wrote: > This is related to AllowOveride None, when it should be All or > mod_rewrite not being enabled. --~--~-~--~~-

Re: CSS Path Problem

2007-11-03 Thread Gwoo
This is related to AllowOveride None, when it should be All or mod_rewrite not being enabled. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegro

CSS Path Problem

2007-11-03 Thread I Wayan Saryada
Hi, I am new to CakePHP Framework. I've baked a new project called galeri and it was created successfully. I deployed the project in my apache webroot folder as "/opt/lampp/htdocs/galeri". I execute it from browser and it just worked. But one thing that I spotted is that the css file is not loade