gpt4 book ai didi

php - Laravel/00webhost 错误 404. 在此服务器上找不到请求的 URL

转载 作者:可可西里 更新时间:2023-11-01 01:14:09 24 4
gpt4 key购买 nike

1.将我的文件上传到 000webhost。我将 public 文件夹中的所有文件都放在 public_html 中,然后我创建了一个名为 laravel 的文件夹,并在那里上传了所有其他文件。这是我的目录结构:

laravel

app

bootstrap

config

....

public_html

index.html

.....

2.在我的 index.php 文件中,我已经更改了一些内容

  • require DIR.'/../laravel/bootstrap/autoload.php';

  • $app = require_once DIR.'/../laravel/bootstrap/app.php';

3.我还更改了 laravel/config 文件夹中的 .env 文件和 database.php

问题:

I am now able to access the home page of my site, but when I click my links to the other pages error 404 shows up.

How do I fix this?

And how do I access the routes in my api.php ?

谢谢!

最佳答案

您的包含看起来不错。

请确保您还上传了位于/public(在您的/public_html 中)的 .htaccess 文件。文件名以点开头,因此通常是隐藏的。该文件的目的是指示 Apache 如何将 URL 映射到真实文件(在这种情况下,所有内容都应指向 index.php)

关于php - Laravel/00webhost 错误 404. 在此服务器上找不到请求的 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44274941/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com