Throwing out a CakePHP question…
Maybe this will come up in a Technorati or Google search, so I’m throwing it out.
I had a CakePHP controller called “galleries”. Trying to access /galleries on my server appended an extra “/” onto the URL and redirected me to a 403 forbidden page.
Various Google searches suggested a few things in htaccess that didn’t work and seemed more geared toward site-wide problems but this is a single controller. No other controllers seem to exhibit this behavior and sticking any random controller name in the URL sends me to a missing controller page.
Why does this one, single controller fail?
November 18th, 2008 at 9:34 am
Long, long time ago, I had a problem with accessing /img directory. The problem was with clients apache configuration, it was somehow overriding every single request to /img and redirecting to some internal directory. That’s all I remember, sorry for not giving the solution, but maybe this will help somehow…