Hi, The exact reason is that the "mod_rewrite" apache module is not enabled. You need to enable it.
1. Find the httpd.conf file. 2. Find the "mod_rewrite" line. 3. Remove the "#" from front of this line. 4. Restart the apache. 5. Please also search for the "how to enable mod_rewrite" in google for your specific local server. Thanks, Ravi Verma On Mar 30, 8:22 pm, Akeda Bagus <[email protected]> wrote: > On Wed, Mar 30, 2011 at 5:05 PM, kinor <[email protected]> wrote: > > hello all. > > > I have just downloaded and installed Cakephp 1.3.7. > > > it seems that the default index page (localhost\cakephp) does not > > render the cake.generic.css file. > > > I am using wamp and the cake folder resides in c:\wamp\www\cakephp > > > it works on another computer next to me (we did exactly the same > > process) that uses XP. i have windows 7 installed. > > > maybe it a permissions issues ? > > I don't know exactly permission applies in windows system. You could > use firebug, if you're using firefox, or any > inspection tools that exists in most browser and see the status of > cake.generic.css file when requested by your browser. > If you get 403, you probably have your cake.generic.css file not > readable by browser. > > -- > regards, > Akeda Bagus -- 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
