我想托管 yii 应用程序

I want to host yii application

我已经在本地创建了 yii 应用程序。现在我想上传相同的内容。我带了域,但有点困惑,我应该选择哪种类型的托管?

我有像 Cpanel(Linux)Parallels Plesk for Windows、[=40 这样的选项=] 和某些站点上的专用服务器。

我使用 Yii 1.1 开发了应用程序 和 MySql.

中的数据库

你们能推荐我最好的主机吗?适合我一起去。(虽然它应该是经济的。:-p) 在为我的 Yii 应用程序购买主机时,我应该考虑或需要哪些事项。

编辑:
我实际上尝试了 hostname/path/to/yii/requirements/index.php 并且它通过了我的朋友共享主机,但是我找不到在他的服务器上安装 Yii 的正确方法 space (他有一个 Windows 托管)。 有人说我需要一个 SSH 来 运行 一个命令( $php /yii/framework/yiic webapp directory-where-app-will-reside )来在服务器上安装 yii 框架。 当致电他的托管机构的技术支持时,他们说您必须使用 VPS 或 SSH 专用服务器。

Yii 应用程序运行在支持 php 的任何 servers/hosts 上。

在这种情况下,您还需要支持 mysql 的服务器或主机。

选择共享托管或VPS与您的网站流量有关。

在你的应用程序中必须存在一个名为 requirement.php 的文件,它显示 Yii 要求,当然在 Yii2 中。对于 Yii1:

  1. Requirements ¶ After installing Yii, you may want to verify that your server satisfies Yii's requirements. You can do so by accessing the requirement checker script via the following URL in a Web browser:

http://hostname/path/to/yii/requirements/index.php Yii requires PHP 5.1, so the server must have PHP 5.1 or above installed and available to the web server. Yii has been tested with Apache HTTP server on Windows and Linux. It may also run on other Web servers and platforms, provided PHP 5.1 is supported.

但是您的主机最好在 LAMP 平台上。