Re: CSS not working out the box

2007-07-12 Thread ReiToei

I had the same problem just now... turns when I unzipped the archive,
the .htaccess file didn't get expanded (or didn't come in the archive,
I'm not sure). I used Stuffit expander on OS X.

All I did to fix it was drop to a command line and copy the .htaccess
file from another cake install to the root of my new install.

Worked straight away.

Good luck!

On Jul 11, 2:27 pm, Harro <[EMAIL PROTECTED]> wrote:
> Thanks all for the replys, it turned out for some reason mod_rewrite
> had been turned off. Its working fine now.
>
> On Jul 3, 4:43 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > I believe Harro and I are having the exact same problem. I am trying
> > to run this as a development setup .When I point the browser to
> > 'localhost/cake' and I look at the source, I see the following:
> > 
>
> > Clearly, this is pointing to nothing. However, when I point the
> > browser to localhost/cake/app/webroot the same line read the
> > following:
> > 
>
> > I have mod_rewrite enabled. I assume there is a setting I need to
> > change. Would it just be easier to move the webroot folder out of /app
> > and set the path manually. Also, if I change the Apache DocumentRoot
> > to to the app/webroot folder (i.e. production setup) everything works
> > fine.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: CSS not working out the box

2007-07-11 Thread Harro

Thanks all for the replys, it turned out for some reason mod_rewrite
had been turned off. Its working fine now.

On Jul 3, 4:43 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> I believe Harro and I are having the exact same problem. I am trying
> to run this as a development setup .When I point the browser to
> 'localhost/cake' and I look at the source, I see the following:
> 
>
> Clearly, this is pointing to nothing. However, when I point the
> browser to localhost/cake/app/webroot the same line read the
> following:
> 
>
> I have mod_rewrite enabled. I assume there is a setting I need to
> change. Would it just be easier to move the webroot folder out of /app
> and set the path manually. Also, if I change the Apache DocumentRoot
> to to the app/webroot folder (i.e. production setup) everything works
> fine.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: CSS not working out the box

2007-07-03 Thread [EMAIL PROTECTED]

I believe Harro and I are having the exact same problem. I am trying
to run this as a development setup .When I point the browser to
'localhost/cake' and I look at the source, I see the following:


Clearly, this is pointing to nothing. However, when I point the
browser to localhost/cake/app/webroot the same line read the
following:


I have mod_rewrite enabled. I assume there is a setting I need to
change. Would it just be easier to move the webroot folder out of /app
and set the path manually. Also, if I change the Apache DocumentRoot
to to the app/webroot folder (i.e. production setup) everything works
fine.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: CSS not working out the box

2007-07-03 Thread Paul R. Zwiers


>
> If you've done a default install of cakephp on your local machine and
> css is not working, check a couple things:
>
> 1. do you have mod_rewrite active?
> 2. which index.php page is getting loaded?
>
> /cakephp_xxx/index.php
>
> or
>
> cakephp_xxx/app/index.php

And also check
  3. Can you reach the css by browsing to /css/cake.generic.css
  4. Check the page source in your browser what it says, ie



HTH
Paul

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Re: CSS not working out the box

2007-07-03 Thread Walker Hamilton

If you've done a default install of cakephp on your local machine and
css is not working, check a couple things:

1. do you have mod_rewrite active?
2. which index.php page is getting loaded?

/cakephp_xxx/index.php

or

cakephp_xxx/app/index.php

On Jul 3, 7:24 am, Harro <[EMAIL PROTECTED]> wrote:
> I have just downloaded the latest stable release from cakephp.org:
>
> cake_1.1.15.5144.zip
>
> and unzipped it into my webroot, however, there is no css styling what
> so ever? Is there any configurations I have to make to get it working?
>
> Thanks, Harro.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---