Re: shared servers and absolute paths

2008-05-15 Thread Roon
thanks for your suggestions.. turns out it was an htacces config RewriteRule ^(.*)$ /index.php?url=$1 [QSA,L] --- RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] note the '/' before the index.php On May 14, 9:48 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: did you replace the 'app'

shared servers and absolute paths

2008-05-14 Thread Roon
Hi all, I have a setup issue on a shared server which i can't seem to find any documentation for. I am able to get the Sweet, 'myapp' got Baked by CakePHP! homepage up and running with no errors.. even the database configured ok, Problem is, when I run any controllers, looking for deeper pages

Re: shared servers and absolute paths

2008-05-14 Thread Sliv
Have you checked your layout and view files (*.ctp) to make sure css is being called the same way? On May 14, 12:27 pm, Roon [EMAIL PROTECTED] wrote: Hi all, I have a setup issue on a shared server which i can't seem to find any documentation for. I am able to get the Sweet, 'myapp' got

Re: shared servers and absolute paths

2008-05-14 Thread [EMAIL PROTECTED]
did you replace the 'app' directory w/ 'myapp' or do you have /home/ username/myapp/app ? On May 14, 12:27 pm, Roon [EMAIL PROTECTED] wrote: Hi all, I have a setup issue on a shared server which i can't seem to find any documentation for. I am able to get the Sweet, 'myapp' got Baked by