? I have followed all of the steps and still nothing. Has anyone else had this issue? My server is a dedicated virtual server on Godaddy - not virtual hosting; virtual server. My head is starting to hurt.
On Sun, Nov 11, 2012 at 3:44 AM, Paul Willis <[email protected]> wrote: > The CSS not loading is a classic sign That your mod_rewrtie isn't working > on he server > > http://book.cakephp.org/2.0/en/installation/advanced-installation.html > > PW > > > On 11 Nov 2012, at 02:41, April <[email protected]> wrote: > > This is kicking my butt...I have migrated my application from my localhost > to my server. I modified the database config and the application seems to > be hitting the database correctly and it seems that my themed layout is > being used correctly...HOWEVER, the themed css is not being utilized. I > can't seem to figure it out... > > Here are my settings: > class AppController extends Controller { > public $view = 'Theme'; > public $theme = 'default'; > } > > In my controller: > $this->layout = 'onecolumn'; > > In my view: > <?php echo $this->Html->css('default'); ?> > <!--[if IE 6]> > <?php echo $this->Html->css('default_ie6'); ?> > <![endif]--> > > > My routes.php seems to be working since the URL is pulling up the correct > layout and the database is populating the data...But the style and images > are just not working. What am I doing wrong? How is it possible that the > layout would be pulled correctly but the .css and img would not? Any help > is much appreciated! > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/cake-php?hl=en. > > > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/cake-php?hl=en. > > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
