Throwing out a CakePHP question…
Sunday, October 26th, 2008Maybe 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?