在本地主机

时间:2018-08-20 08:05:30

标签: php laravel laravel-5 octobercms

我无法在本地主机中打开October CMS。我的计算机上已安装IIS。在浏览器中键入localhost时,将打开IIS。 对于十月CMS,我已经安装了XAMPP

apache port -> 1234,1443
mySQL port -> 3306

phpmyadmin网址为

http://localhost:1234/phpmyadmin/

在安装October CMS时,它要求

Application URL [http://localhost]:
> http://myoctober.dev

我保留了上面的应用程序URL。 然后我尝试用url
打开 http://localhost:1234/myoctober.devhttp://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

如何解决此问题?请帮忙!!!

2 个答案:

答案 0 :(得分:3)

参考十月份的安装路径,您的网址应为 foreach (string key in Request.Form.Keys) { description = key; } 。尝试一次。

答案 1 :(得分:0)

10月CMS对网络托管有一些服务器要求:

  1. PHP 7.0或更高版本
  2. PDO PHP扩展
  3. cURL PHP扩展
  4. OpenSSL PHP扩展
  5. Mbstring PHP库
  6. ZipArchive PHP LibraryGD
  7. PHP库

某些OS发行版可能需要您手动安装PHP JSON和XML扩展。例如,在使用Ubuntu时,可以分别通过apt-get install php7.0-jsonapt-get install php7.0-xml完成。

使用SQL Server数据库引擎时,您将需要安装组串联用户定义的聚合。

建议使用向导安装来安装October。它比命令行安装更简单,并且不需要任何特殊技能。

  1. 在服务器上准备一个空目录。它可以是子目录,域根目录或子域。
  2. 下载安装程序存档文件。
  3. 将安装程序归档文件解压缩到准备好的目录中。
  4. 授予对安装目录及其所有子目录和文件的写权限。
  5. 在您的Web浏览器中导航至install.php脚本。

按照安装说明进行操作...