Wednesday, February 9, 2011

404 | Not Found | sfError404Exception

I created a new module in symfony:
$ ./symfony generate:module frontend address

and cleared the cache:
$ ./symfony cache:clear

But still I got this error:

Solution
Funny! I really can't call it a solution. I was just accessing a wrong URL. Haha!

Instead of:
/frontend_dev.php/addres
I went to:
/frontend_dev.php/address/index

No comments:

Post a Comment