A little bit of advice, for what it's worth:

If you have a Unix machine with Apache on it, it can be worth trying
to get your project to work locally first before trying to get it to
work on someone else's server.  That way you can ensure you have
mod_rewrite turned on, and so on.

As I point out here: http://cakephp.bytenoise.co.uk/#installing_cakephp
, you may need to add this line to your main .htaccess:
RewriteBase /

Otherwise, yes, try what Martin said. It's quite common to copy across
all the site's subdirectories fine, including their contents, but to
miss the hidden files in the main directory you're in, the root of the
site. So make sure you copy across all the .htaccess files, including
the main one.

Hope that helps a bit,
Zoe.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to