You can add Options FollowSymLinks to .htaccess and see if that makes
it happier. There is a big performance hit though. You might consider
disable mod_rewrite support in app/config/core.php first to see if
that helps. PHP would do the URL rewrites, but it still might be
faster than the alternative.

On Jun 17, 1:03 pm, JDG <[EMAIL PROTECTED]> wrote:
> 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 
> eitherwww.company.com/cake/info.phporwww.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 [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