I have moved my cake folder and set up multiple apps running 1 cake setup.
But my css / images are all going looking in the site root.
My guess is this ss to do withthe htaccess in webroot
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
my site1 is actually
www/dev/site1
and my cake is in
www/dev/libs/cake
Any ideas how to fix this?
Dave
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
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