Hosting two sites within single Joomla cms [closed]

拈花ヽ惹草 提交于 2020-01-11 10:58:09

问题


Is it possible to host multiple websites that all have one single/common CMS (Joomla)?

Thanks.


回答1:


I actually beg to differ with those people that were so quick to say "NO!!" As of joomla version 1.5.x there are some components that allow you to do just that, most of them being commercial but there's also http://www.janguo.de/lang-en/Downloads/func-finishdown/31/ which is free at the moment. As of joomla version 1.6.x multiple sites will be integrated into joomla.




回答2:


Joomla offers a CMS to run a website on. Joomla uses mysql databases that just hold the information that will be shown on the content pages at the front. The way it is supposed to be used you won't be able to run multiple sites on a single cms. You can't run 2 websites with different content on that single cms, but you can create multiple front ends on one cms. You could for example store your data using joomla and get it shown at the front using your own code. This way you will be able to have two interfaces / websites on one cms, both running on the same data. So from what I read in your question I think the answer will be NO, unless you want to just apply another presentation to your data.

My own experience: I have used Joomla to just hold news articles that my web-master will add. I just used php to get those news-articles out of the mysql database and did that to make sure i could get my own presentation for the data displayed.




回答3:


If what you need is to have several domains that point to the same Joomla (and to the same content) the answer is YES (see @S.Mark's answer).

If you want to use the same Joomla installation for two different websites (with different content), the answer is NO.

An alternative is to use some Joomla extension, such as:

http://extensions.joomla.org/extensions/core-enhancements/multiple-sites/5550




回答4:


Yes you can, we have done this before. What you need to do is to have two databases though. We have just written about running multiple Joomla websites on the same Joomla installation. Hope you'll find it useful...




回答5:


With CNAME record, you could able to mirror a web site to 2+ domains.



来源:https://stackoverflow.com/questions/2424084/hosting-two-sites-within-single-joomla-cms

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!