【发布时间】:2019-01-26 07:56:14
【问题描述】:
我无法在本地主机中打开 10 月 CMS。我的电脑上安装了IIS。当我在浏览器中输入 localhost 时,IIS 被打开。
对于 10 月的 CMS,我安装了 XAMPP。
apache port -> 1234,1443
mySQL port -> 3306
phpmyadmin 网址是
http://localhost:1234/phpmyadmin/
在安装十月 CMS 时,它要求
Application URL [http://localhost]:
> http://myoctober.dev
我保留了上面的应用程序网址。
然后我尝试通过url打开
http://localhost:1234/myoctober.dev和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
如何解决这个问题?请帮忙!!!
【问题讨论】:
-
由于 Apache 正在侦听端口 1234,因此您必须将端口号添加到 Apache 提供的所有 url,所以
localhost:1234/...... -
@RiggsFolly 我已经编辑了我的问题。我试过了,但打不开。谢谢!
-
你在哪里安装十月
-
@RiggsFolly 你的意思是十月文件夹
C:\xampp\htdocs\laravel\myoctober或其他东西的路径。请澄清。 -
那么试试
localhost:1234/laravel或者localhost:1234/laravel/myoctober
标签: php laravel laravel-5 octobercms