@topic I still haven't figured out why it didn't work but it only appeared when using scaffolding, I baked my views, controllers and models now and it works fine. I guess it is some server issue. (and yes the file index.thtml cake tries to include is on the server, in the scaffolding folder)
@subdomain My host company has their webspace set up like this, I get a folder "www" and put my files in there. For cake, I create a folder "www/cake". I uploaded my cake and app directory into that directory (so I get www/cake/app and www/cake/ cake). Then I can configure where my domains link to, "www.reya.de" for example links to "www/reya". For the dev subdomain, I defined that it will link to "www/cake/app/webroot" and it works like a charm(as you can see now that it's working). :) Think you need to link your subdomain to your app/webroot directory. Hope that helped. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
