Genadinik
Genadinik

Reputation: 18629

CakePHP installation seems to be not working

I got to this page in the CakePHP setup instructions: http://book.cakephp.org/view/1536/Creating-Post-Views

So basically I just created a model, controller and view. Then the instructions say to go to http://www.problemio.com/problems/index because instead of their examples with posts, I use "problems"

My setup is like this: rootDirectory/cakephp/app/views/problems/index.ctp

According to the instructions, it should find that index page, but somehow it doesn't.

Is there something I am doing totally wrong here?

Thanks!

Upvotes: 0

Views: 120

Answers (1)

tttony
tttony

Reputation: 5082

It works if you type:

http://www.problemio.com/index.php/problems/index

UPDATING...

Upvotes: 1

Related Questions