In addition to what majna said, you can try the following:

Is PHP working?
- upload a php page that calls phpinfo()

Is mod_rewrite installed/enabled/allowed in your directory?
- try something like (in your .htaccess, up the top):
  RewriteEngine on
  RewriteRule ^/(.*) http://www.cakephp.org/$1 [L,R]
(this should redirect any page request to cakephp.org)


--~--~---------~--~----~------------~-------~--~----~
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