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>
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
No comments:
Post a Comment