Re: first site

2006-06-14 Thread Russ

im getting this message with mod_rewrite enabled
The requested URL /Users/Russ/Sites/php/app/webroot// was not found on
this server.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: first site

2006-06-14 Thread AD7six

Hi Russ,

If you are getting a standard "404 file not found" message, you need to
enable mod_rewrite in your apache installation.

See http://manual.cakephp.org/chapter/3 section 4.

Cheers,

AD7six


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: first site

2006-06-13 Thread Russ

ok to make sure i got this i cerated a new controller called it
about_controller.php
I used this code in it:


pulls up the page fine as this http://localhost/php/index.php/about

I tried to use core.php retty urls but that aint working
i used the blog tutorial route fix to make in land on model intro
but for some reason i can't make it go to http://localhost/php/about
it seems i nedd the index.php in there


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: first site

2006-06-13 Thread Russ

awsome thanks i was missing it :)

my other stupid idiot of the day question is how do i get rid of this?
http://localhost/php/index.php/about
and make it
http://localhost/php/about

removing the index.php currently i editted my route dir to remove the
default floder it was landing in called intro.


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: first site

2006-06-13 Thread AD7six

Hi Russ,

If you follow the tutorial (to the letter) you'll find that a lot of
your questions will be answered before you get to them.

Re uses, it's better to look and then ask ;)

http://groups.google.com/group/cake-php/browse_thread/thread/785a8b3241995a91/269a1d8d8f839aac?q=uses+null&rnum=3#269a1d8d8f839aac
http://cakephp.org/search/index/uses%20null

Cheers,

AD7six


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: first site

2006-06-13 Thread Russ

i am following that were would the $uses=null go?


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: first site

2006-06-13 Thread AD7six

Hi Russ,

It looks like you have the right idea, for any page that doesn't
use/need a model set $uses = NULL.

That said: I would suggest following this
http://manual.cakephp.org/chapter/18 and then asking the questions that
remain - you'll find it to be less time overall in terms of developing
what you want to do.

For any pages that don't contain any logic - put them in
/app/pages/NAME.thtml and you can see them by calling /pages/NAME.

Cheers,

AD7six


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---