[...] 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.
Software utilities » CakePHP and paths said,
October 31, 2007 @ 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 [...]
Software utilities said,
October 31, 2007 @ 2:33 pm
Hi!
I have a similar problem, described in this post, could you please help me?
filchiprogrammer said,
November 21, 2007 @ 6:46 am
@Software utilities
sorry , I was not able to get your message because it was flagged as spam. I just de-spammed it when I checked my akismet spams.
phpcurious said,
January 22, 2008 @ 4:48 am
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.