can we create multiple websites?
can we create multiple websites?
Hi
I've just come across this fascinating wcms. Before I start using it, I need to know: does this system allows me to create mutiple websites using one installation? I'm asking because I didnt find info about this in the docs.
I'm running a free web hosting service, and I'm looking for an easy to use content management system that allows me to create multiple websites using one installation to save web space.
If yes, kindly brief me on how to create mutiple websites using phpwcms.
Your help is much appreciated
I've just come across this fascinating wcms. Before I start using it, I need to know: does this system allows me to create mutiple websites using one installation? I'm asking because I didnt find info about this in the docs.
I'm running a free web hosting service, and I'm looking for an easy to use content management system that allows me to create multiple websites using one installation to save web space.
If yes, kindly brief me on how to create mutiple websites using phpwcms.
Your help is much appreciated
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
Upgrading is very easy - there are not so many files that contains customized configs. And 2 of them "conf.template_default.inc.php" and "conf.pagelayout.inc.php" will also be tranferred into db in later release. Everytime you make an update safe complete "inc_conf" and "phpwcms_template" folder. (Better make full backup of complete installation) Then use your FTP client to update every new file - goes within some minutes if you have fast internet connection.
Symbolic links on Unix are something like "alias" on Mac. The systems sees it as real file or folder. That's why you can put folder and files at a central place on your webserver and then use symbolic links in web dir to links to this.
Oliver
Symbolic links on Unix are something like "alias" on Mac. The systems sees it as real file or folder. That's why you can put folder and files at a central place on your webserver and then use symbolic links in web dir to links to this.
Oliver
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9919
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
You should have folders inc_conf and phpwcms_template on each site.
This is what can be put into shared web directory:
create "include" folder in any webspace -> symbolic links should be created for the following foldersThis should it be!
Oliver
This is what can be put into shared web directory:
create "include" folder in any webspace -> symbolic links should be created for the following folders
Code: Select all
Sample:
img -> ../mycentral_phpwcms/img
in folder include:
inc_act -> ../../mycentral_phpwcms/include/inc_act
inc_css -> ../../mycentral_phpwcms/include/inc_css
inc_ext -> ../../mycentral_phpwcms/include/inc_ext
inc_front -> ../../mycentral_phpwcms/include/inc_front
inc_js -> ../../mycentral_phpwcms/include/inc_js
inc_lang -> ../../mycentral_phpwcms/include/inc_lang
inc_lib -> ../../mycentral_phpwcms/include/inc_lib
inc_tmpl -> ../../mycentral_phpwcms/include/inc_tmpl
Oliver