前提・実現したいこと
linuxサーバー上でlaravelのプロジェクトを作成しています。
発生している問題・エラーメッセージ
/var/www/html配下に作成しているのですが、http://IPアドレス/プロジェクト名で接続しても404エラーになってしまいます。
試したこと
https://kz-style.com/arch/develop/setup_laravel.html
こちらを参考にして作業をしました。
DocumentRootはhttpd.confを確認したところ
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/var/www/html"
このようになっています。
補足情報(FW/ツールのバージョンなど)
Laravel 5.4.36
PHP 5.6.26
PHPのバージョンについては、自分自身で開発環境を触れる状態ではないため古いバージョンを使用しています。