I'm using LunarPages and have been able to get my setup to work.

Did you create a link for the webroot?  When I installed, I created a
new directory for my application in my account's root.  I then created
a link
  from /<application>/app/webroot
  to ~<account>/public_html/<application>

where <application> is the name I called the CakePHP application and
<account> is my account name.  If you don't have shell access, you can
still create the link by setting up a cron job.

Michael

On Sep 4, 11:22 pm, arse <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've been reading that installing CakePHP 1.2 on a server with shared
> hosting should be pretty straight-forward.  I'm having some problems
> though.  The site is working just fine on my dev machine but when I
> upload it to the server, I get some very weird results.
>
> The default.ctp template is displayed fine but none of the controllers
> are getting executed and markers like <?php echo $content_for_layout ?>  and 
> <?php echo $this->renderElement('element'); ?> are resulting in
>
> the entire template being rendered again with a message like "The
> requested address '/' was not found on this server."
>
> Have a look for yourself:  http://canamtax.com/site/
>
> Any ideas on how to fix this issue?  Remember, this works perfectly
> fine on my dev machine running Apache 2.2.  I even tried putting this
> in the root directory so that the URL would behttp://canamtax.com/
> but it resulted in the exact same behavior.
>
> Thanks a lot.

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