I have installed Cake onto a shared hosting environment.  The host is
setup to have my home directory as
/home/companyname.  In this directory there is a symlink website -> /
mnt/webhosting/sites/companyname

I installed cake into a directory called cake.  When trying to run
cake, I get nothing - eventually a timeout.  No errors in apache or
cake log - simply a browser waiting and eventually timing out.

PHP seems to be working ok as is mod_rewrite: I can put a info.php
file in ~/website/cake/app/webroot/info.php
and see the output with either www.company.com/cake/info.php or
www.company.com/cake/app/webroot/info.php.

My suspcicion is that this has to do with the symlink.  Running php
info has the SCRIPT_FILENAME as /mnt/webhosting/company/cake/app/
webroot/info.php, while the rest of the path related variables show /
cake/...





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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