I built a site with CakePHP and its working just fine. Now I've place another wordpress built blog within app/webroot folder.
Suppose:
example.com (cakephp site)
and need example.com/myblog
I placed all my files to app/webroot/myblog. but when i hit the url second it redirects me to
example.com/app/webroot/myblog with 404 NOT FOUND Error.
Now what can I do to get rid of this.