Change Publish Location
Permalink
I started to use Conrete5 but I can not configure it to our needs. I wonder how we can configure publish location. We want to change it.
We have Concrete5 folder on folder:
"intern/management/concrete5"
and we want that publish folder will be
"intern/department"
Publish folder outside the concrete5 folder.
The second question is how to configure the second publish folder one on different folder on the same server and the other one on the second server on the same domain (different subdomain).
We want use one Concrete5 installation to manage two or three different websites. Is it possible or you need extra plugin or more?
Regards
Rafael
We have Concrete5 folder on folder:
"intern/management/concrete5"
and we want that publish folder will be
"intern/department"
Publish folder outside the concrete5 folder.
The second question is how to configure the second publish folder one on different folder on the same server and the other one on the second server on the same domain (different subdomain).
We want use one Concrete5 installation to manage two or three different websites. Is it possible or you need extra plugin or more?
Regards
Rafael
Hi Rafael,
I even share my core installation with 100+ websites! There is a good how-to on how you can install this:
http://www.concrete5.org/documentation/how-tos/developers/setting-u...
You do need to know some basic ssh and symlinking. But it is a very effective way.
Good luck!
I even share my core installation with 100+ websites! There is a good how-to on how you can install this:
http://www.concrete5.org/documentation/how-tos/developers/setting-u...
You do need to know some basic ssh and symlinking. But it is a very effective way.
Good luck!
http://localhost/concrete5.6.3.1/...
I want to have all published websites at:
http://localhost/intern/department...
I was trying to change DIR_BASE constant and moving concrete subfolder to thehttp://localhost/intern/department... but without any great result.
Any suggestions?