When images and/or CSS do not show, it's almost always typically an
issue with mod_rewrite not being enabled either on your server, your
account, or your particular directory that holds the CakePHP app.

If you're unable to understand how to get it working, that's what your
shared hosting support team is there for.  Submit a ticket, and
request help.

As for the local server not recognizing the change when you
uncommented the LoadModule line, you may also have to configure your
httpd.conf file to properly set the "AllowOverride" directive.  If
you're only developing locally and no one else will be connecting to
your machine, you can set it to All.  If anyone may be connecting to
it, then read up on the HTTPD docs over at Apache.org to understand
how to use this directive correctly as it can be a security concern.
(...and obviously, restart the server when making changes.)

On Sep 2, 6:55 am, CoolCourt <coolco...@gmail.com> wrote:
> Yea I am also on bluehost and i cant even find the conf file or any
> solutions to get this newest version of cake php to load the css or
> images either.
>
> I am thinking about using the dev version because I wanna get started
> on my cake php i downloaded a cheat sheet and everything but i cant
> get the css to load.
>
> I would love to get an idea whats wrong just sucks that its not a
> problem for everyone. i know previous versions worked fine but this
> new version isnt loading the css.
>
> I hope someone can help figure this out.
>
> Court
>
> On Sep 1, 2:58 pm, ajoberstar <ajobers...@gmail.com> wrote:
>
>
>
> > .htaccess files are present.  And like I mentioned in my original post
> > I copied the files I had locally (that are not working) to bluehost
> > and they work there.  I have removed the hash in front of the
> > loadmodule statement as well.  So as far as I can tell mod_rewrite is
> > enabled, but the cake welcome page still does not work.
>
> > On Sep 1, 5:07 am, Kornelije Sajler <xaj...@gmail.com> wrote:
>
> > > It is usually in apache/conf/httpd.confprobably you have comment on it
> > > #LoadModule rewrite_module modules/mod_rewrite.so
> > > remove hash # to look like this
> > > LoadModule rewrite_module modules/mod_rewrite.so
> > > and restart server
>
> > > and now you have rewrite enabled!
>
> > > Hope it helps,
>
> > > Kornelije Sajler
>
> > > On Tue, Sep 1, 2009 at 11:47, jeff <jeffery2k2...@gmail.com> wrote:
> > > > HEY JUST CHECK IN UR SERVER SETTINGS WETHER THE MODE REWRITE IS ENALED 
> > > > OR
> > > > NOT.......................................
>
> > > > YOU CAN FIND IT UNDER PHP SETTINGS OR SOMETHING LIKE THAT.....
>
> > > > ENABLE IT .............
>
> > > > On Mon, Aug 31, 2009 at 11:16 PM, fatnic...@googlemail.com <
> > > > fatnic...@googlemail.com> wrote:
>
> > > >> Did you make sure you copied over ALL of the files from the Cake
> > > >> download? Even the hidden ones? Sounds like the .htaccess file is
> > > >> missing.
>
> > > >> On Sep 1, 2:04 am, ajoberstar <ajobers...@gmail.com> wrote:
> > > >> > I did an install of CakePHP on my local device (Windows XP) with an
> > > >> > Apache server.  I did the install to the letter as far as I can tell
> > > >> > (removed comment in front of mod_rewrite's load module statement), 
> > > >> > but
> > > >> > I'm getting a welcome page with no layout. And it seems like the 
> > > >> > whole
> > > >> > page isn't even showing up.
>
> > > >> > The thing that bugs me the most is that I uploaded the same exact
> > > >> > files up to my bluehost account and got the right welcome page.  So
> > > >> > it's got to be something with my server setup but I can't figure it
> > > >> > out.  Any help would be much appreciated.
>
> > > >> > This is all that showed up in the page source:
>
> > > >> > <h2>Release Notes for CakePHP 1.2.4.8284.</h2>
> > > >> > <a href="https://trac.cakephp.org/wiki/changelog/1.2.x.x";>Read the
> > > >> > changelog </a>
> > > >> > <p>
> > > >> >         <span class="notice success">Your tmp directory is
> > > >> writable.</span></
> > > >> > p>
> > > >> > <p>
> > > >> >         <span class="notice success">The <em>FileEngine</em> is being
> > > >> used
> > > >> > for caching. To change the config edit APP/config/core.php </span></
> > > >> > p>
> > > >> > <p>
> > > >> >         <span class="notice success">Your database configuration 
> > > >> > file is
> > > >> > present.</span></p>
>
> > > > --
> > > > --
> > > > (¨`•.•´¨) I may be busy,
> > > > `•.¸(¨`•.•´¨)  but I assure you,
> > > > (¨`•.•´¨)¸.•´ you are always in my heart
> > > > `•.¸.•´
>
> > > > With Lots of Love.....
>
> > > > THANKS AND REGARDS
>
> > > > Jeffery Jacob- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to