> Huh? If there has been Cake running on that (shared) box how is it not > configured properly? There was a Cake install on one of my other > domains when we (a friend and myself) decided Cake would solve the > issues set out in front of us. Of course, he installed it as he's the > developer. I'm trying to do this without just asking him to do it > again. I'm trying to be somewhat self-sufficient although, I'm asking > lots of questions, to you and him. Sorry for my indulgence here but, I > need to learn for myself and, if I don't stumble and fall, I won't > know what issues I'll encounter along the way in the future. Thanks > very much.
Each virtual host on a server can have its own configuration. Because PHP is working on one VH does not mean it's a sure bet on another. In your case it's definitely not working. If PHP was working and CakePHP was not, you would in the very worst case get an error message of some kind or a blank screen. If PHP is working there is no way for it to send out the source file unless you wrote a program to do do that (that would be a huge security issue). If you'd like to confirm this, remove the CakePHP stuff and replace the index.php contents with <?php phpinfo(); ?>. When PHP is working you'll see a list of all its options and variables. Until you see that page working, you will not be able to use CakePHP or any other PHP code/library/framework. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
