hi,
i've installed CI and grocerycrud in the following file structure:
/base/ci/system/ /base/ci/application/site1/ /base/ci/application/site2/ /base/www/site1/index.php /base/www/site1/assets/ /base/www/site2/index.php /base/www/site2/assets/
All are working properly.
As you can see, if i have xx projects later, i'll need to copy xx times the /assets folder.
This will take up a lot of unnecessary harddisk space as the contents of the /assets are the same.
Pls advise how i can make all sites to use only 1 assets folder at this location (/base/www/assets/).
/base/ci/system/ /base/ci/application/site1/ /base/ci/application/site2/ /base/www/assets/ /base/www/site1/index.php /base/www/site2/index.php
Many thanks for your guidance.
regards,
vang