Can i use the same /concrete folder for multiply sites?
Permalink
I only change the "application" folder, and i have the "same" packages in all of my sites.
Thier is some trick to use only one /concrete5 folder for more than one site (Each site with separate DB, url and so on. not theme)?
Thier is some trick to use only one /concrete5 folder for more than one site (Each site with separate DB, url and so on. not theme)?
I can't see why ln, mklink or equivalent shouldn't work. I haven't tried it, though.
There have been various solutions to this if you look back through the forums. Usually involving one or more of:
- Hard or soft links in the host file system
- Modified database loaders that load different databases for different urls
- Various multi-site addons
- Adaptations of the multi-lingual addon
- .htaccess rules
A point to keep in mind is that even if the code is the shared, if an addon is used for two separate sites, you will still need two licenses.
- Hard or soft links in the host file system
- Modified database loaders that load different databases for different urls
- Various multi-site addons
- Adaptations of the multi-lingual addon
- .htaccess rules
A point to keep in mind is that even if the code is the shared, if an addon is used for two separate sites, you will still need two licenses.