Hi, this post was on another thread but...
Yes you do have the production set up. I agree with ryanb006, messing with htaccess is not necessary. Production set up is better if you have a dedicated server that can be configured solely for your own purposes. I have not tried it this way as I considered the development set up secure enough ( you can protect stuff with more traditional php methods ). I would go for the regular set up ( unless security really is a big issue ) on a shared hosting account, it would be much easier as a way to assess whether or not cake is for you. I would: 1. backup your code so far 2. remove it from the server 3. restore .htaccess files to original state 4. make sure your server set up is working as it did originally 5. make a cup of tea ------------------------------- I had problems with FTPing the cake files, some were skipped ( I think this was your original problem ) Its better to upload zip to server then extract. Does your hosting control panel allow you to extract archives on the server? If so... 6. upload the full cake ZIP to your webroot folder ( www, htdocs, public_html ) 7. extract it in the webroot of the server 8. set necessary permissions on tmp/ If no server extraction.... 6. FTP cake folder to server again 7. Keep a close eye on FTP logs to ensure nothing gets skipped 8. set necessary permissions on tmp/ ------------------------------------------------------------- At this point you should have the cake greeting page working fully, follow the onscreen instructions. I know you've gotten this far already and should be OK from here, but start with small changes - Get your layout made and experiment by calling simple view actions and including rendered elements, the tutorials are good to get going with, but without the understanding behind the concepts they impart things can get tricky quickly. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
