Re: CAKE PHP Installation Problem

2012-01-01 Thread Laerte M. Rodrigues
verify if the rewrite_module is enabled in your apache server

2012/1/1 Wanted 

> Believe me I have done Everything according to the tutorialsin
> my case  its   http://localhost/cakephp1.3/
>
> and Everything is green in the end
>
> but when I goto http://localhost/cakephp1.3/posts it says   The
> requested URL /cakephp1.3/posts was not found on this server.
>
>
> Please help me out , I am unable to resolve it , its almost a week.
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> 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
>



-- 
Grato,

Laerte Mateus Rodrigues
Mestrando em informática (PUC Minas)

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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


Re: CAKE PHP Installation Problem

2012-01-01 Thread Suelen Goularte Carvalho
Hi, when this occured with me I changed the order of my rules, but in my
case I was using the IIS webserver.

On Sun, Jan 1, 2012 at 7:57 PM, Wanted  wrote:

> Believe me I have done Everything according to the tutorialsin
> my case  its   http://localhost/cakephp1.3/
>
> and Everything is green in the end
>
> but when I goto http://localhost/cakephp1.3/posts it says   The
> requested URL /cakephp1.3/posts was not found on this server.
>
>
> Please help me out , I am unable to resolve it , its almost a week.
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> 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
>



-- 

 Suelen Goularte Carvalho
 Twitter: @suelengc
 Celular: +55 (0xx11) 9336-7069
 Blog: http://blog.suelengc.com.br/
 Estou nas redes sociais: Linkedin, Facebook e Twitter.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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


Re: CAKE PHP Installation Problem

2012-01-01 Thread Điển vũ
If you ask this kind question. Even best developer php don't know where 
error is.
And my friends take half hour to complete that example when begin to learn 
cakephp. 
I learned that example , too. 

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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


CAKE PHP Installation Problem

2012-01-01 Thread Wanted
Believe me I have done Everything according to the tutorialsin
my case  its   http://localhost/cakephp1.3/

and Everything is green in the end

but when I goto http://localhost/cakephp1.3/posts it says   The
requested URL /cakephp1.3/posts was not found on this server.


Please help me out , I am unable to resolve it , its almost a week.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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


Re: cake PHP installation problem

2008-02-07 Thread Samuel DeVore

see my sig

On Feb 7, 2008 2:03 AM, Rgarg <[EMAIL PROTECTED]> wrote:
>
> Hi
>
> i am trying to cake php folder(cake_1.1.19.6305) on our server(eg
> server.com).
>
> i have created model(product.php), views(view/products/index.thtml)
> and controller(product_controller.php)
>
> everything working fine on http://server.com/cake_1.1.19.6305/products/index
>
>
> when i try
> http://server.com/cake_1.1.19.6305/
>
> it shows index page with
>
> Your database configuration file is present.
>
> Cake is able to connect to the database.
>
> when i try http://server.com/cake_1.1.19.6305/products/index
>
> it shows error message
>
> The requested URL /cake1/products/ was not found on this server.
>
> What's the solution for this?
> >
>



-- 
-- 
(the old fart) the advice is free, the lack of crankiness will cost you

- its a fine line between a real question and an idiot

http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/
http://blog.samdevore.com/cakephp-pages/my-cake-wont-bake/
http://blog.samdevore.com/cakephp-pages/i-cant-bake/

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



cake PHP installation problem

2008-02-07 Thread Rgarg

Hi

i am trying to cake php folder(cake_1.1.19.6305) on our server(eg
server.com).

i have created model(product.php), views(view/products/index.thtml)
and controller(product_controller.php)

everything working fine on http://server.com/cake_1.1.19.6305/products/index

when i try
http://server.com/cake_1.1.19.6305/

it shows index page with

Your database configuration file is present.

Cake is able to connect to the database.

when i try http://server.com/cake_1.1.19.6305/products/index

it shows error message

The requested URL /cake1/products/ was not found on this server.

What's the solution for this?
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



cake PHP installation problem

2008-02-07 Thread Rgarg

Hi

i am trying to cake php folder(cake_1.1.19.6305) on our server(eg
server.com).

i have created model(product.php), views(view/products/index.thtml)
and controller(product_controller.php)

when i try
http://server.com/cake_1.1.19.6305/

it shows index page with

Your database configuration file is present.

Cake is able to connect to the database.

when i try http://server.com/cake_1.1.19.6305/products/index

it shows error message

The requested URL /cake1/products/ was not found on this server.

What's the solution for this?



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