On Mon, May 25, 2009 at 7:47 PM, Andrea Turso <[email protected]> wrote: > Thanks for the answer. > > I returned back to the suggested .htaccess rules, > but I've consecutive requests even if the files are now > in the correct place. I've seen also consecutive calls to > the bootstrap for the same controller: > > http://localhost/images/icons/exclamation.png > this image exists! > Opening database connection > Setting up registry > http://localhost/images/icons/exclamation.png > the same image :) > Opening database connection > Setting up registry > http://localhost/reservations/new > the controller and the action > which is being executed > Opening database connection > Setting up registry > http://localhost/reservations/new > Opening database connection > Setting up registry > http://localhost/system/info > a link on the page > Opening database connection > Setting up registry > http://localhost/reservations/new > again the controller being executed > > I've no idea of why it's still calling the bootstrap. > > In return the other calls caused by the Dojo not found files have > disappeared just by adding the locale, thus allowing Dojo to find > its locale files (seems like it miss the en and en-us directories). > > Regards, > Andrea Turso >
Enable RewriteLog and set a more verbose LogLevel for the RewriteLog. It's very, very descriptive. Till
