Thanks for the tips guys. I'll have to do these tests late at night since it's on a production box. Since I'm using CakePHP I haven't messed with the .htaccess files. They are what comes with Cake. The permissions on the directory is chmod 777. the owner and groups are root.data, the same as our test box and it works fine there. The files in the directory are wwwrun.www, which is the apache user I guess.
My files directory is actually outside of the app directory. I wanted to set it up this way for deployment reasons. So with the debug information on my local windows box, I get something like this: C:\wamp\www\intranet\app\../files\filename.pdf which I thought was a bit odd, but it still works. On our test linux box I got something like this. /srv/www/vhosts/intranet/app/../files/filename.pdf and it works fine. I'm leaning towards some sort of config problem, whether it's permissions or something in apache. It's just odd to me that it would work fine on my local box and the test server, but not on production. I'll check the debug stuff on production tonight probably. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
