problem was mod_rewrite was disabled in my localhost.. I enable it and it worked.. Thanks stephen..
On Mar 17, 1:27 am, Stephen <[email protected]> wrote: > You need to make sure mod_rewrite is enabled on your server and ensure > htaccess has the proper permissions. > > The actual directory path is /cakephp/app/webroot/css/cake.generic.css > > CakePHP uses htaccess to rewrite the url, this makes the path > /cakephp/css/cake.generic.css > > This is typically to prevent users accessing files in directories such as > /controllers for example I assume. > > Test your controllers, they probably don't work right now? > > On 16 March 2011 19:54, matifibrahim <[email protected]> wrote: > > > > > I download the cakephp1.3.7 and installed it on my wamp server > > locally. path is G:\wamp\www\cakephp. After installation when I call > > index.php it shows me the page without css .. inspecting firebug > > showing following > > >http://localhost/cakephp/css/cake.generic.css 404 Not found > >http://localhost/cakephp/img/cake.power.gif 404 Not found > > > the path is offcourse wrong it should have been like > > >http://localhost/cakephp/app/webroot/css/cake.generic.css > > > What is wrong I m doing? > > > -- > > Our newest site for the community: CakePHP Video Tutorials > >http://tv.cakephp.org > > Check out the new CakePHP Questions sitehttp://ask.cakephp.organd help > > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > > [email protected] For more options, visit this group > > athttp://groups.google.com/group/cake-php > > -- > Kind Regards > Stephen > > http://www.ninjacodermonkey.co.uk -- 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
