I’m a new CakePHP user. I developed an application with CakePHP 1.3.5 that works fine locally with WAMP. I uploaded it to a web server running IIS. All CakePHP files are located in 1 folder and not in the root of the server. I followed the CakePHP “URL Rewrites on IIS7” guide in the 1.3 Cookbook. URL Rewrite Module 2.0 is running as part of IIS on the server. I created the web.config file in my CakePHP folder. The CakePHP pretty URLs seem to be working fine. I am able to run the application. However, no CSS stylesheets seem to be working, not the generic one, nor the ones in my themed folder. Would anyone happen to know what the problem might be?
Thanks in advance for your help.
Wild guess: It doesn’t work in Firefox, but works in IE and other browsers?
Then it’s most likely that you’re not sending the
text/csscontent-typeheader in your CSS files.