I'm trying to setup cake on a linux server with apache. I do not have
access httpd.conf, so my DocumentRoot is locked as www. Here is my
setup
DocumentRoot = /home/treetothee/www
Core Cake = /home/treetothee/cake
App Dir = /home/treetothee/app
When I extract the cake release, I see
/app
/cake
/vendors
/.htaccess <--- where does this file go?
/index.php <--- where does this file go?
Not sure where .htaccess and index.php go.....
Here is how I have the server directory
/home/treetothee/
...../cake
...../app
...../www <--- my webroot
/home/treetothee/www/index.php
partial listing:
define('ROOT', DS.'home'.DS.'treetothee');
define ('APP_DIR', 'app');
define('CAKE_CORE_INCLUDE_PATH', DS.'home'.DS.'treetothee');
Does this setup look right?
So here is my main problem. If you go to
www.jj-woodworks.com/products - the page looks correct. but if
you go to
www.jj-woodworks.com/products/ - with the trailing slash, there is no
CSS or images
And as a result if you click on one of the products
http://jj-woodworks.com/products/view/1
You will notice the same thing, no CSS and images.
Any ideas?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---