在本地主机中打开 10 月 cms
opening october cms in localhost
我无法在我的本地主机上打开 October CMS。我的电脑上安装了 IIS
。当我在浏览器中键入 localhost 时,IIS
被打开。
对于 October CMS,我安装了 XAMPP
.
apache port -> 1234,1443
mySQL port -> 3306
phpmyadmin url 是
http://localhost:1234/phpmyadmin/
安装 October CMS 时,它要求
Application URL [http://localhost]:
> http://myoctober.dev
我保留了上面的申请url。
然后我尝试通过 url
打开
http://localhost:1234/myoctober.dev and http://localhost:1234/myoctober
但正在显示
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.29 (Win32) OpenSSL/1.1.0g PHP/7.2.3
如何解决这个问题?请帮忙!!!
参考10月份的安装路径,你的url应该是http://localhost:1234/laravel/myoctober/
。尝试一次。
October CMS 对虚拟主机有一些服务器要求:
- PHP 7.0 版或更高版本
- PDO PHP 扩展
- cURL PHP 扩展
- OpenSSL PHP 扩展
- Mbstring PHP 库
- ZipArchive PHP LibraryGD
- PHP图书馆
某些 OS 发行版可能需要您手动安装 PHP JSON 和 XML 扩展。例如,当使用 Ubuntu 时,可以分别通过 apt-get install php7.0-json
和 apt-get install php7.0-xml
完成。
使用 SQL 服务器数据库引擎时,您需要安装组连接用户定义聚合。
向导安装是安装 October 的推荐方式。它比命令行安装更简单,不需要任何特殊技能。
- 在您的服务器上准备一个空目录。它可以是子目录、域根或子域。
- 下载安装程序存档文件。
- 将安装程序存档解压缩到准备好的目录。
- 授予对安装目录及其所有子目录和文件的写入权限。
- 在网络浏览器中导航到 install.php 脚本。
按照安装说明进行操作...
我无法在我的本地主机上打开 October CMS。我的电脑上安装了 IIS
。当我在浏览器中键入 localhost 时,IIS
被打开。
对于 October CMS,我安装了 XAMPP
.
apache port -> 1234,1443
mySQL port -> 3306
phpmyadmin url 是
http://localhost:1234/phpmyadmin/
安装 October CMS 时,它要求
Application URL [http://localhost]:
> http://myoctober.dev
我保留了上面的申请url。
然后我尝试通过 url
打开
http://localhost:1234/myoctober.dev and http://localhost:1234/myoctober
但正在显示
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
localhost
Apache/2.4.29 (Win32) OpenSSL/1.1.0g PHP/7.2.3
如何解决这个问题?请帮忙!!!
参考10月份的安装路径,你的url应该是http://localhost:1234/laravel/myoctober/
。尝试一次。
October CMS 对虚拟主机有一些服务器要求:
- PHP 7.0 版或更高版本
- PDO PHP 扩展
- cURL PHP 扩展
- OpenSSL PHP 扩展
- Mbstring PHP 库
- ZipArchive PHP LibraryGD
- PHP图书馆
某些 OS 发行版可能需要您手动安装 PHP JSON 和 XML 扩展。例如,当使用 Ubuntu 时,可以分别通过 apt-get install php7.0-json
和 apt-get install php7.0-xml
完成。
使用 SQL 服务器数据库引擎时,您需要安装组连接用户定义聚合。
向导安装是安装 October 的推荐方式。它比命令行安装更简单,不需要任何特殊技能。
- 在您的服务器上准备一个空目录。它可以是子目录、域根或子域。
- 下载安装程序存档文件。
- 将安装程序存档解压缩到准备好的目录。
- 授予对安装目录及其所有子目录和文件的写入权限。
- 在网络浏览器中导航到 install.php 脚本。
按照安装说明进行操作...