Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
老实说,我会将 CodeIgniter 从博客代码中分离出来。如果您现在查看许多拥有博客的网站,您会发现他们通常在 www.example.com 上拥有主要应用程序,然后在 blog.example.com 上托管他们的博客,在那里他们将安装 Wordpress(我推荐) ,因为你已经有一个 php/mysql 堆栈)或类似的东西。如果您希望在 example.com/blog 上使用它,您仍然可以完成这项工作,但根据您的网站,您可能需要对 .htaccess 文件以及您的博客系统主题(如果您愿意)进行一些修改它看起来像网站的其他部分。
Honestly I would separate CodeIgniter from the blog code. If you look at many websites that have a blog these days, they will often have the main application at www.example.com and then host their blog at blog.example.com, where they will have an installation of Wordpress (which I recommend, since you already have a php/mysql stack) or something similar. You can still make this work if you'd prefer to have it at example.com/blog but depending on your site you may have to do some modification of things like your .htaccess file, as well as your blog system theme if you want it to look like the rest of your site.
Expression Engine 2.0 基于 CodeIgniter 构建,由同一家公司 Ellis Labs 开发。它相当不错,如果您已经熟悉 CI,那么您会非常熟悉。
Expression Engine 2.0 is built on CodeIgniter, and made by the same company Ellis Labs. It's pretty decent, and will be very familiar to you if you're already familiar with CI.
如果您计划创建一个公共博客平台,由于违反许可,您将无法使用 Expression Engine。请参阅:http://expressionengine.com/sales_faq/article/myspace_blogservice/
获取免费替代方案,尝试 http://pyrocms.com/ 。我一直在考虑自己实现,因为我希望在当前网站上实现一个博客。
If you plan on making a public blogging platform, you can not use Expression Engine due to licensing violation. see: http://expressionengine.com/sales_faq/article/myspace_blogservice/
For a free alternative, try http://pyrocms.com/ . I have been thinking about implementing myself as I wish to implement a blog on my current site.