Hi all, My first post here so I'll give a little introduction. I'm pretty new to CakePHP but have experience with PHP and MVC. So far I've read through the cookbook and I'm halfway through reading a more in depth book on the platform.
I have just done a fresh install onto a test web host and when loading up the default index page it isn't applying any CSS styles. Looking further into it, the host is returning a HTTP error 406 (Not Acceptable) for the /css/cake.generic.css file. A little about the install... Cake root: /home/xxx/cakephp App root: /home/xxx/cakephp/app Web root: /home/xxx/public_html/app URL: http://domain.com/app I have feeling that this issue might have something to do with MIME types on the server due to the dot in the filename (cake.generic.css), but I am doubtful. Has anyone experienced this problem, or even better, managed to resolve it? Many Thanks -- 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
