> 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/...
Hi JDG, There are quite a few answers to the shared hosting setup already here in the Google Group. Check these to see if it helps your situation: * "Production setup on a shared hosting account":http://tinyurl.com/ 5e9by4 * "Install question, hosted domain":http://tinyurl.com/6yke8r * "Installed Cake in subdirectory, shared hosting":http://tinyurl.com/ 6af724 It does sound like the symlink isn't quite right, though. Can you change the symlink? If so, change it to point the webroot for your Cake install. Do you have permission to change the DocumentRoot for your domain? If so, you can install the Cake files anywhere on the your server and just point the DocumentRoot to "/path_to_cake_install/app/webroot"; see the Installation section of the Manual for more on alternate setup options: http://manual.cakephp.org/view/32/installation. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---