将 MVC 网站和 MySQL 上传到 Webhost

发布于 2024-11-02 11:19:39 字数 219 浏览 4 评论 0原文

我使用 Code Ignitor 和 MySQL 创建了一个网站,并希望将所有内容上传到 000webhost.com

我该如何:

  1. 将我的模型、视图和控制器上传到 000webhost 的 public_html 文件夹?

  2. 让我的 MySQL 数据库在 000webhost 上启动并运行?

提前致谢

I created a website using Code Ignitor and MySQL and want to upload everything to 000webhost.com

How do I:

  1. upload my models, views and controllers to the public_html folder of 000webhost?

  2. get my MySQL database up and running on 000webhost?

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

挖鼻大婶 2024-11-09 11:19:39

我假设您的控制面板是 cPanel。如果是这种情况,请将所有文件上传到服务器的 Web 根目录中。创建一个数据库,并更改 config 文件夹内的database.php 中的详细信息。就是这样,您的网站将启动并运行。

I am presuming that your control panel is cPanel. If thats the case then upload all your files in the web root of the server. Create a database, and change that details in database.php inside config folder. thats it, your site will be up and running.

留一抹残留的笑 2024-11-09 11:19:39

如果您使用免费的 000webhost 服务,您的 .htaccess (至少是 codeigniter 的 mod_rewrite )将无法工作(至少在我最后一次想要它时,支持人员告诉我他们不支持它......那是我签署的时候)支持他们对我编写的脚本进行私人测试的免费服务)。另一件事是,对于免费托管,他们使用自己的控制面板(不是 cPanel),cPanel 用于付费帐户。
无论如何,他们都提供 ftp 帐户、mysql 数据库,当然还有 web ftp(在线文件管理器)。您所需要的只是一个 ftp 客户端(例如 FileZilla 甚至 Windows 资源管理器本身)。

Your .htaccess (at least mod_rewrite for codeigniter) will not work if you use the free 000webhost service (at least the last time i wanted it, the support told me that they doesn't support it... that was thy time i signed up for their free service for private test of scripts i wrote). Another thing is that for the free hosting they use their own control panel (not cPanel), cPanel is for the paid accounts.
Anyway they both offer ftp accounts, mysql databases and of course web ftp (online file manager). All you need is a ftp client (such as FileZilla or even Windows Explorer itself).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文