AD, What do you mean dev-style install? Yes, the static files are in the webroot folder, but my question is why it's doing an explicit redirect? I can access anything in the webroot folder from "/" directly, but leaving out the trailing slash changes the URL to prepend "/app/webroot/"
My debug setting is set to production (0). Don't know why I'm not seeing the wrong filename msg you're getting... Is it maybe cuz of the apache server settings that the .htaccess behaves differently? thanks. On Apr 5, 2:05 am, "AD7six" <[EMAIL PROTECTED]> wrote: > On 5 abr, 06:58, "joe" <[EMAIL PROTECTED]> wrote: > > > Hi, I am running version 1.1.12.4205. > > > When I access "/files" (w/o the trailing slash), it redirects to "/app/ > > webroot/files/". Why is it doing this? > > If you are using a development style install, it is assumed that > everything is in your webroot folder. > > > > > Also, hitting /app/webroot/css.php spits out an error page... which > > contains my local directories!!! > > """ > > Notice: Use of undefined constant LIBS - assumed 'LIBS' in .... > > MY_FULL_DIR_PATH_HERE on line 35 > > > Fatal error: require() [function.require]: Failed opening required > > 'LIBSfolder.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') > > """ > > with what debug setting? that file should never be accessed directly, > but if it is (at least in my case) it issues only the text "wrong > filename". > > hth, > > AD --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
