[...] had a problem related to CakePHP and url. I found some articles, such as this or this, but I still can’t find a solution. I try to access a file in the app/webroot directory, but [...]
there was a situation that I encountered before, where, ‘/webroot’ is being added at the end of url when calling $html->url(/) .
I went to the CakePHP manual and realized that I misconfigured my httpd.conf of my cakephp web app; Your web app’s config in httpd.conf must point to its webroot directory.
1 | Software utilities » CakePHP and paths
October 31, 2007 at 2:31 pm
[...] had a problem related to CakePHP and url. I found some articles, such as this or this, but I still can’t find a solution. I try to access a file in the app/webroot directory, but [...]